The default supported schema version.
InternalencodersAn encoder for each supported schema version.
Data type of the file written by this Exporter.
The exported model file format.
List of supported schema versions.
Exports a SceneModel and/or a DataModel to file data.
The parameters used for writing the file data.
Options for customizing the export process.
Resolves when the SceneModel and/or DataModel has been successfully written.
Exports a SceneModel's triangle geometry to a Dassault Systèmes 3DXML (
.3dxml) file — the inverse of ThreeDXMLLoader.Each triangle SceneMesh is written as a part: its (dequantized) geometry goes into a
.3DReprepresentation document, and the product structure places it under a single root with the mesh's matrix as the instanceRelativeMatrix. Round-trips with the loader: a model exported and re-imported reproduces the same triangles, transforms and flat colours.v1 exports triangle-family geometry only (no lines / points / splats), one representation per mesh (no instancing dedup), and no semantic data. Single
"*"version — 3DXML is detected from its ZIP container, not a version header.