Prop

class m3sh.vis.Prop(prop)[source]

Bases: object

Render object.

Base class for all VTK wrappers.

Parameters:

prop (vtkProp) – Instance of a render object.

Note

Wrapped objects are not pickable by default.

Attributes

actor

Actor instance.

bounds

Axis aligned bounding box.

name

Prop name.

pickable

Pickable property.

prop

Wrapped VTK instance.

visible

Visibility property.