vtkX3DExporter

Section: Visualization Toolkit Hybrid Classes

Usage

vtkX3DExporter is a render window exporter which writes out the renderered scene into an X3D file. X3D is an XML-based format for representation 3D scenes (similar to VRML). Check out http://www.web3d.org/x3d/ for more details. .SECTION Thanks X3DExporter is contributed by Christophe Mouton at EDF.

To create an instance of class vtkX3DExporter, simply invoke its constructor as follows

  obj = vtkX3DExporter

Methods

The class vtkX3DExporter has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkX3DExporter class.