Import, export, and conversion support for multiple 3D and BIM file formats
This module allows applications to load, parse, encode, and export models in a variety of 3D, BIM, and point cloud formats.
The following formats are supported:
Each format's namespace typically provides one or more of the following:
In addition to external file formats, this module includes support for xeokit's native JSON-based serialization formats:
These formats are typically used for persistence, interchange between applications, or pre-processing workflows.
The module defines generic base types that are shared across format implementations:
These abstractions allow tooling and applications to work with multiple formats through a consistent API, independent of the underlying file type.
xeokit Model Formats
Import, export, and conversion support for multiple 3D and BIM file formats
Overview
This module allows applications to load, parse, encode, and export models in a variety of 3D, BIM, and point cloud formats.
Supported Formats
The following formats are supported:
Each format's namespace typically provides one or more of the following:
SceneModel and DataModel Formats
In addition to external file formats, this module includes support for xeokit's native JSON-based serialization formats:
These formats are typically used for persistence, interchange between applications, or pre-processing workflows.
Generic Import and Export APIs
The module defines generic base types that are shared across format implementations:
These abstractions allow tooling and applications to work with multiple formats through a consistent API, independent of the underlying file type.