The default supported schema version.
An 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.
This method expects the following conditions:
false
.The parameters used for writing the file data.
Parameters for ModelExporter.write.
Optional
dataModel?: DataModelThe DataModel to export.
Optional
sceneModel?: SceneModelThe SceneModel to export.
Optional
version?: stringThe schema version to export.
Options for customizing the loading process. These are specific to the Exporter subclass.
Resolves when the SceneModel and/or DataModel has been successfully written.
Exports a SceneModel and DataModel to an IFC file.
For detailed usage, refer to @xeokit/sdk/ifc.