Exports a SceneModel's point geometry to an E57 (ASTM E2807) file.

Writes a single data3D scan: world-space cartesian points as Float/single, plus 8-bit RGB when the points carry colour. Emits the page/CRC layer (CRC-32C, big-endian) so the file is valid for conformant readers.

v1 exports points only — non-base!constants.PointsPrimitive geometry is skipped. There is no intensity / pose / multi-scan output yet.

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

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