Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkClipConvexPolyData, simply invoke its constructor as follows
obj = vtkClipConvexPolyData
obj
is an instance of the vtkClipConvexPolyData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkClipConvexPolyData = obj.NewInstance ()
vtkClipConvexPolyData = obj.SafeDownCast (vtkObject o)
obj.SetPlanes (vtkPlaneCollection planes)
- Set all the planes at once using a vtkPlanes implicit function.
This also sets the D value.
vtkPlaneCollection = obj.GetPlanes ()
- Set all the planes at once using a vtkPlanes implicit function.
This also sets the D value.
long = obj.GetMTime ()
- Redefines this method, as this filter depends on time of its components
(planes)