Section: Visualization Toolkit Widget Classes
To create an instance of class vtkPolygonalHandleRepresentation3D, simply invoke its constructor as follows
obj = vtkPolygonalHandleRepresentation3D
obj
is an instance of the vtkPolygonalHandleRepresentation3D class.
string = obj.GetClassName ()
- Standard methods for instances of this class.
int = obj.IsA (string name)
- Standard methods for instances of this class.
vtkPolygonalHandleRepresentation3D = obj.NewInstance ()
- Standard methods for instances of this class.
vtkPolygonalHandleRepresentation3D = obj.SafeDownCast (vtkObject o)
- Standard methods for instances of this class.
obj.SetWorldPosition (double p[3])
- Set the position of the point in world and display coordinates.
obj.SetOffset (double , double , double )
- Set/get the offset of the handle position with respect to the handle
center, assumed to be the origin.
obj.SetOffset (double a[3])
- Set/get the offset of the handle position with respect to the handle
center, assumed to be the origin.
double = obj. GetOffset ()
- Set/get the offset of the handle position with respect to the handle
center, assumed to be the origin.