pyvista.OrthogonalPlanesSource.push#
- OrthogonalPlanesSource.push(*distance: float | VectorLike[float]) None[ソース]#
Translate each plane by the specified distance along its normal.
Internally, this method calls
pyvista.PlaneSource.push()on each plane source.- パラメータ:
- *distance
float|VectorLike[float], default: (0.0, 0.0, 0.0) Distance to move each plane.
- *distance