Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkArcParallelEdgeStrategy, simply invoke its constructor as follows
obj = vtkArcParallelEdgeStrategy
obj
is an instance of the vtkArcParallelEdgeStrategy class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkArcParallelEdgeStrategy = obj.NewInstance ()
vtkArcParallelEdgeStrategy = obj.SafeDownCast (vtkObject o)
obj.Layout ()
- This is the layout method where the graph that was
set in SetGraph() is laid out.
int = obj.GetNumberOfSubdivisions ()
- Get/Set the number of subdivisions on each edge.
obj.SetNumberOfSubdivisions (int )
- Get/Set the number of subdivisions on each edge.