Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkHedgeHog, simply invoke its constructor as follows
obj = vtkHedgeHog
obj
is an instance of the vtkHedgeHog class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkHedgeHog = obj.NewInstance ()
vtkHedgeHog = obj.SafeDownCast (vtkObject o)
obj.SetScaleFactor (double )
- Set scale factor to control size of oriented lines.
double = obj.GetScaleFactor ()
- Set scale factor to control size of oriented lines.
obj.SetVectorMode (int )
- Specify whether to use vector or normal to perform vector operations.
int = obj.GetVectorMode ()
- Specify whether to use vector or normal to perform vector operations.
obj.SetVectorModeToUseVector ()
- Specify whether to use vector or normal to perform vector operations.
obj.SetVectorModeToUseNormal ()
- Specify whether to use vector or normal to perform vector operations.
string = obj.GetVectorModeAsString ()
- Specify whether to use vector or normal to perform vector operations.