XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

Want to know about if any API exist to find graphic instancing in ifc file

Open SuryaHexagonPPM opened this issue 5 years ago • 2 comments

Want to know about if any API exist to find graphic instancing in ifc file

Problem

We are using XBim lib to read ifc file in our product. I was wondering if there exist any API which will tell if a representation item is used by more than one IFCObject. E.g. In a IFC dataset, two IFCBeams can point to same IFCFACETEDBREP. If we get a list of entity labels (of representation item) which is used by more than one ifcelement it will help us to reduce the number of times we process same representation item.

SuryaHexagonPPM avatar Aug 06 '20 08:08 SuryaHexagonPPM

Yes, just use xbim toolkit to browse the data from product to shapes and compare their references.

martin1cerny avatar Aug 06 '20 08:08 martin1cerny

Can we close this?

andyward avatar Oct 17 '20 15:10 andyward