Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkAssignCoordinates, simply invoke its constructor as follows
obj = vtkAssignCoordinates
obj
is an instance of the vtkAssignCoordinates class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkAssignCoordinates = obj.NewInstance ()
vtkAssignCoordinates = obj.SafeDownCast (vtkObject o)
obj.SetXCoordArrayName (string )
- Set the x coordinate array name.
string = obj.GetXCoordArrayName ()
- Set the x coordinate array name.
obj.SetYCoordArrayName (string )
- Set the y coordinate array name.
string = obj.GetYCoordArrayName ()
- Set the y coordinate array name.
obj.SetZCoordArrayName (string )
- Set the z coordinate array name.
string = obj.GetZCoordArrayName ()
- Set the z coordinate array name.
obj.SetJitter (bool )
- Set if you want a random jitter