Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkAssignCoordinatesLayoutStrategy, simply invoke its constructor as follows
obj = vtkAssignCoordinatesLayoutStrategy
obj
is an instance of the vtkAssignCoordinatesLayoutStrategy class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkAssignCoordinatesLayoutStrategy = obj.NewInstance ()
vtkAssignCoordinatesLayoutStrategy = obj.SafeDownCast (vtkObject o)
obj.SetXCoordArrayName (string name)
- The array to use for the x coordinate values.
string = obj.GetXCoordArrayName ()
- The array to use for the x coordinate values.
obj.SetYCoordArrayName (string name)
- The array to use for the y coordinate values.
string = obj.GetYCoordArrayName ()
- The array to use for the y coordinate values.
obj.SetZCoordArrayName (string name)
- The array to use for the z coordinate values.
string = obj.GetZCoordArrayName ()
- The array to use for the z coordinate values.
obj.Layout ()
- Perform the random layout.