_XYZAssembly#

class _XYZAssembly(*args, **kwargs)[source]#

Attributes#

_XYZAssembly.label_color

Color of the text labels.

_XYZAssembly.label_position

Position of the text labels.

_XYZAssembly.label_size

Size of the text labels.

_XYZAssembly.labels

XYZ labels.

_XYZAssembly.parts

Return the actors and assemblies this assembly is composed of.

_XYZAssembly.show_labels

Show or hide the text labels for the axes.

_XYZAssembly.x_color

Color of the x-axis actors.

_XYZAssembly.x_label

Text label for the x-axis.

_XYZAssembly.y_color

Color of the y-axis actors.

_XYZAssembly.y_label

Text label for the y-axis.

_XYZAssembly.z_color

Color of the z-axis actors.

_XYZAssembly.z_label

Text label for the z-axis.

Inherited Attributes#

_Prop3DMixin.bounds

Return the bounds of the entity.

_BoundsSizeMixin.bounds_size

Return the size of each axis of the object’s bounding box.

_Prop3DMixin.center

Return the center of the entity.

_Prop3DMixin.length

Return the length of the entity.

_NameMixin.name

Get or set the unique name identifier used by PyVista.

_Prop3DMixin.orientation

Return or set the entity orientation angles.

_Prop3DMixin.origin

Return or set the entity origin.

_Prop3DMixin.position

Return or set the entity position.

_Prop3DMixin.scale

Return or set entity scale.

_Prop3DMixin.user_matrix

Return or set the user matrix.