Exports a SceneModel as ASCII DXF text — AutoCAD R2000-compatible. Pairs naturally with DXFLoader for round-tripping: lines and 3DFACEs are both recognised on re-import.

For detailed usage, refer to @xeokit/sdk/formats/dxf.

Hierarchy (View Summary)

Constructors

Properties

defaultVersion: string

The default supported schema version.

encoders: { [key: string]: ModelEncoder }

An encoder for each supported schema version.

fileDataType: string

Data type of the file written by this Exporter.

format: string

The exported model file format.

versions: string[]

List of supported schema versions.

Methods