Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkIVExporter, simply invoke its constructor as follows
obj = vtkIVExporter
obj is an instance of the vtkIVExporter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkIVExporter = obj.NewInstance ()
vtkIVExporter = obj.SafeDownCast (vtkObject o)
obj.SetFileName (string ) - Specify the name of the OpenInventor file to write.
string = obj.GetFileName () - Specify the name of the OpenInventor file to write.