Import and export the open, free, and simple .BIM model format
The xeokit SDK enables seamless import and export of 3D models using the .BIM format — a lightweight, open-source, JSON-based format designed for easy sharing and human readability.
.BIM is minimalist by design. It contains triangulated meshes and a dictionary of related metadata, making it ideal for streamlined BIM workflows.
Importing .BIM Models
Use the DotBIMLoader class to load .BIM files into:
xeokit .BIM Importer and Exporter
Import and export the open, free, and simple .BIM model format
The xeokit SDK enables seamless import and export of 3D models using the .BIM format — a lightweight, open-source, JSON-based format designed for easy sharing and human readability.
.BIM is minimalist by design. It contains triangulated meshes and a dictionary of related metadata, making it ideal for streamlined BIM workflows.
Importing .BIM Models
Use the DotBIMLoader class to load .BIM files into:
Exporting .BIM Models
Use the DotBIMExporter class to export:
into .BIM file data.
Architecture Overview
Installation
Usage Example
Below is an example of loading and displaying a .BIM model in a Viewer:
Exporting to .BIM