Mesh
The Mesh type stands for simple 3D models that consist of a 3D geometry and attributes. The 3D geometry can have materials such as colors or textures.
An object of type Mesh can have any geometry consisting of polygons, as long as all polygons consist of at least three distinct points and each polygon is coplanar. The object does not necessarily have to be a solid.
PlexMap supports the following formats for mesh:
CityGML (import and export)CityJSON (import and export)Collada (DAE) (import and export)KMZ (import and export)OBJ (import and export)3D-Shapefile (import and export)STL (import and export)3D-PDF (import and export)X3D (import and export)glTF (import and export).
In addition to importing as Mesh, PlexMap also provides other data types to map more complex semantic information:
CityGML and CityJSON files can also be read in as CityObject to keep the complete CityGML semantics in PlexMap.BIM: IFC files can be read in as IfcObject to keep the IFC semantics in PlexMap.