...
- mesh: It is the default geometry type. It is a uncompressed mesh format where the geometry object will be compressed on the server before it will be stored into database.
- meshblob: It is a compressed mesh format intended to be used in the desktop CAD applications. Internal CAD format of the geometry will be converted into a BIM+ compressed mesh format(eg: with ZIP) with the help of a DLL in order to minimize the JSON object.
- threejs: It is a format which is optimized for viewing on mobile devices or in browsers where the native model is filtered and tessellated in order to deliver minimal JSON size and maximal navigation speed (FPS). This model has ThreeJS JSON v 3.1 format and can be directly parsed by the client.
Note |
---|
Objects with geometry types "mesh" or "meshblob" can be written into the Bimplus database, whereas the "threejs" geometry type is optimized for viewing on mobile devices or in browser and cannot be written to the database directly. |
ElementType
Element type describes the type of predefined building elements required to build a building (eg: wall, window, door etc) Each element type have an unique id. Please see the detailed structure of the ElementType in the Object Model
...