From time to time I get ifc files from Architects which have some objects which does not return a brep.
in such cases ifcopenshell.geom.create_shape(settings, product) raises exception. Since these are special projects I am not allowed to share the ifc files not even only to the developer (project policy from the customer). But what I could is extract just this one object and send this or save it somehow to come back to this later. Such opjects I even could made public for debugging. But how do I extract the representation data. Or how is it possible to create a new ifc which contains just of one object and its representation? Is this somehow possible?
cheers bernd
From time to time I get ifc files from Architects which have some objects which does not return a brep.
in such cases ifcopenshell.geom.create_shape(settings, product) raises exception. Since these are special projects I am not allowed to share the ifc files not even only to the developer (project policy from the customer). But what I could is extract just this one object and send this or save it somehow to come back to this later. Such opjects I even could made public for debugging. But how do I extract the representation data. Or how is it possible to create a new ifc which contains just of one object and its representation? Is this somehow possible?
cheers bernd