Enumeration Export3DOutputFormat

The Export3DOutputFormat enumeration tells the available/desired 3D output format of a 3D export procedure called by DataSessionInterface.export3D.

  • EOF_OBJ: the 3d data is using the Wavefront OBJ file format.
  • EOF_VRML: the 3d data is using the VRML file format.
  • EOF_VRML_COMPRESSED: the 3d data is using the VRML file format with a gzip compression.
  • EOF_GLTF: the 3d data is using the GLTF file format.
  • EOF_FBX: the 3d data is using the Autodesk FBX file format.
  • EOF_JT: the 3d data is using the JT file format.
  • EOF_STEP: the 3d data is using the tessellated STEP file format.

AsyncJobs

Enumeration Members

EOF_FBX: "fbx"

The 3d data is using the Autodesk FBX file format.

EOF_GLTF: "gltf"

The 3d data is using the GLTF file format.

EOF_JT: "jt"

The 3d data is using the JT file format.

EOF_OBJ: "obj"

The 3d data is using the Wavefront OBJ file format.

EOF_STEP: "step"

The 3d data is using the tessellated STEP file format.

EOF_VRML: "vrml"

The 3d data is using the VRML file format.

EOF_VRML_COMPRESSED: "wrz"

The 3d data is using the VRML file format with a gzip compression.