xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
260 stars 131 forks source link

some walls missing #381

Open krisri opened 2 years ago

krisri commented 2 years ago

I just cloned the repo, and with the current origin branch as well as with the current master (today is April 29, 2022), there is an issue with the visualization of some walls.

2 walls are missing: image

Strangely, loading the same model in the downloadable install https://docs.xbim.net/downloads/xbimxplorer.html, the walls do show: image

What I found is that geomReader.ShapeInstancesOfEntity(entity) does return one shapeInstance, but it has a RepresentationType == XbimGeometryRepresentationType.OpeningsAndAdditionsExcluded, so it does not get rendered.

A small ifc file attached: Testraum5-einschichtige Wand.zip

Regards, Kris

hyazinthh commented 2 years ago

Related: https://github.com/xBimTeam/XbimGeometry/issues/267