Skip to content

BIMsurfer Serializers

Ruben de Laat edited this page Oct 21, 2013 · 11 revisions

For BIMsurfer 2 serializers are being used.

SceneJSShellSerializer

This serializes the semantic information of the IFC model in JSON format. This contains no geometry. It's used by the sidebar showing the tree etc...

Example files: [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 1 Shell.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 2 Shell.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 3 Shell.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 4 Shell.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 5 Shell.png)

JsonGeometrySerializer

Serializers the geometry in JSON. Right now this serializer is being called for every (enabled and existing) IfcProduct subtype.

Example files: [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 1.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 2.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 3.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 4.png) [Add Repository](https://github.com/opensourceBIM/BIMserver/raw/master/Documentation/files/Test 5.png)

Clone this wiki locally