Loads an E57 point cloud into a SceneModel and/or a DataModel.

Each data3D scan becomes one SceneObject (so scans toggle independently); its points are placed by the scan pose, stored relative to a per-scan RTC origin for precision, and batched into point geometries.

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

Hierarchy (View Summary)

Constructors

Properties

fileDataType: string

Identifies the MIME type of files loaded by this parser.

fileNameExtensions: string[]

Filename extensions expected on loaded model files.

format: string

The loaded model file format.

getVersion: (fileData: any) => string

Gets the schema version of the given file data.

parsers: { [key: string]: ModelParser }

A parser for each supported schema version.

versions: string[]

IDs of supported file schema versions.

Methods