pyvista.Prop3D#
- class Prop3D[source]#
Prop3D wrapper for vtkProp3D.
Used to represent an entity in a rendering scene. It handles functions related to the position, orientation and scaling. Used as parent class in Actor and Volume class.
Methods
Prop3D.rotate_x
(angle)Rotate the entity about the x axis.
Prop3D.rotate_y
(angle)Rotate the entity about the y axis.
Prop3D.rotate_z
(angle)Rotate the entity about the z axis.
Attributes
Return the bounds of the entity.
Return the center of the entity.
Return or set the entity orientation.
Return or set the entity position.
Return or set entity scale.
Return or set the user matrix.