The default 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 as SVG (Scalable Vector Graphics) text. Triangle meshes become
<polygon>elements, line meshes become<line>(or<polyline>with coalescing enabled), point meshes become<circle r="...">. One<g id="...">wrapper per SceneObject.SVG is inherently 2D so one world axis is dropped at export time;
SVGExportOptions.projectionPlane(default"XY") controls which. Pairs naturally with SVGLoader for round-tripping.For detailed usage, refer to @xeokit/sdk/formats/svg.