Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOBJExporter, simply invoke its constructor as follows
obj = vtkOBJExporter
obj
is an instance of the vtkOBJExporter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOBJExporter = obj.NewInstance ()
vtkOBJExporter = obj.SafeDownCast (vtkObject o)
obj.SetFilePrefix (string )
- Specify the prefix of the files to write out. The resulting filenames
will have .obj and .mtl appended to them.
string = obj.GetFilePrefix ()
- Specify the prefix of the files to write out. The resulting filenames
will have .obj and .mtl appended to them.