Section: Visualization Toolkit Hybrid Classes
To create an instance of class vtkX3DExporter, simply invoke its constructor as follows
obj = vtkX3DExporter
obj
is an instance of the vtkX3DExporter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkX3DExporter = obj.NewInstance ()
vtkX3DExporter = obj.SafeDownCast (vtkObject o)
obj.SetFileName (string )
- Set/Get the output file name.
string = obj.GetFileName ()
- Set/Get the output file name.
obj.SetSpeed (double )
- Specify the Speed of navigation. Default is 4.
double = obj.GetSpeed ()
- Specify the Speed of navigation. Default is 4.
obj.SetBinary (int )
- Turn on binary mode
int = obj.GetBinaryMinValue ()
- Turn on binary mode
int = obj.GetBinaryMaxValue ()
- Turn on binary mode
obj.BinaryOn ()
- Turn on binary mode
obj.BinaryOff ()
- Turn on binary mode
int = obj.GetBinary ()
- Turn on binary mode
obj.SetFastest (int )
- In binary mode use fastest instead of best compression
int = obj.GetFastestMinValue ()
- In binary mode use fastest instead of best compression
int = obj.GetFastestMaxValue ()
- In binary mode use fastest instead of best compression
obj.FastestOn ()
- In binary mode use fastest instead of best compression
obj.FastestOff ()
- In binary mode use fastest instead of best compression
int = obj.GetFastest ()
- In binary mode use fastest instead of best compression