Skip to content

3D Repo BHoM integration

Jozef Doboš edited this page May 6, 2020 · 7 revisions

3D Repo developed a .bim file format C# library. This file format is loosely based on the original SRC implementation which eventually transformed into glTF. Underneath, it is effectively just a JSON header which lists the offsets for individual components which is followed by a binary dump of the payload (i.e. meshes, transofrmations, colours, materials, metadata, etc).