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