Hello, i was wondering if there is a possiblity to use the IfcOpenShell to clean or validate the correctness of an IFC File. Especially if there is a way to delete unreferenced entities of the file? Does anybody know? I would greatly appreciate your help. Kind regards, Nico
Hey Thomas, thanks a lot for you answer. I am using IFCOpenShell as part of my master thesis. You have helped me quite a lot on how to proceed. Kind regards, Nico
Hey everyone, I am planning to semi-automatically update the geometry of building elements in a existing IFC File. Luckily IfcOpenShell lets me edit the Properties pretty easily. For example I can just overwrite the existing measurements in the ProfileDef for a ExtrudedAreaSolid. Now my question is since there are so many different types of geometric representation, do I need to write a updatefunction for every different geometry type or is there an easier way? I had the idea of just creating a new...