XbimGeometry icon indicating copy to clipboard operation
XbimGeometry copied to clipboard

some walls missing

Open krisri opened this issue 4 years ago • 1 comments

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

krisri avatar Apr 26 '22 07:04 krisri

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

hyazinthh avatar May 12 '22 09:05 hyazinthh