Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkBrownianPoints, simply invoke its constructor as follows
obj = vtkBrownianPoints
obj
is an instance of the vtkBrownianPoints class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkBrownianPoints = obj.NewInstance ()
vtkBrownianPoints = obj.SafeDownCast (vtkObject o)
obj.SetMinimumSpeed (double )
- Set the minimum speed value.
double = obj.GetMinimumSpeedMinValue ()
- Set the minimum speed value.
double = obj.GetMinimumSpeedMaxValue ()
- Set the minimum speed value.
double = obj.GetMinimumSpeed ()
- Set the minimum speed value.
obj.SetMaximumSpeed (double )
- Set the maximum speed value.
double = obj.GetMaximumSpeedMinValue ()
- Set the maximum speed value.
double = obj.GetMaximumSpeedMaxValue ()
- Set the maximum speed value.
double = obj.GetMaximumSpeed ()
- Set the maximum speed value.