Volume#
- class Volume(*args, **kwargs)[source]#
Wrapper class for VTK volume.
This class represents a volume in a rendered scene. It inherits functions related to the volume’s position, orientation, and origin from Prop3D.
Inheritance#
Inherited members are documented on Prop3D, _NameMixin, _BoundsSizeMixin.
See them all under Inherited Attributes and Inherited Methods.
Wraps vtkVolume.
Attributes#
Return or set the mapper of the volume. |
|
Return or set the property of this actor. |
Inherited Attributes#
Return the bounds of the entity. |
|
Return the size of each axis of the object’s bounding box. |
|
Return the center of the entity. |
|
Return the length of the entity. |
|
Get or set the unique name identifier used by PyVista. |
|
Return or set the entity orientation angles. |
|
Return or set the entity origin. |
|
Return or set the entity position. |
|
Return or set entity scale. |
|
Return or set the user matrix. |
Methods#
|
Create a copy of this volume. |
Inherited Methods#
Rotate the entity about the x-axis. |
|
Rotate the entity about the y-axis. |
|
Rotate the entity about the z-axis. |
|
Set the entity’s orientation from a rotation. |
|
Apply a transformation to this object’s |