Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkMaskPolyData, simply invoke its constructor as follows
obj = vtkMaskPolyData
obj
is an instance of the vtkMaskPolyData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkMaskPolyData = obj.NewInstance ()
vtkMaskPolyData = obj.SafeDownCast (vtkObject o)
obj.SetOnRatio (int )
- Turn on every nth entity (cell).
int = obj.GetOnRatioMinValue ()
- Turn on every nth entity (cell).
int = obj.GetOnRatioMaxValue ()
- Turn on every nth entity (cell).
int = obj.GetOnRatio ()
- Turn on every nth entity (cell).
obj.SetOffset (vtkIdType )
- Start with this entity (cell).
vtkIdType = obj.GetOffsetMinValue ()
- Start with this entity (cell).
vtkIdType = obj.GetOffsetMaxValue ()
- Start with this entity (cell).
vtkIdType = obj.GetOffset ()
- Start with this entity (cell).