I would like to remove the inner walls of my ifc file. Could you help me please?
I would like to remove the inner walls of my ifc file. Could you help me please?
How about this?
for wall in interior:
ifcopenshell.api.run("root.remove_product", ifc_file, product=wall)
thank you, but i found this error message
It looks like you have an old version of IfcOpenShell. Can you use a more recent version of v0.7.0?
Login or Register to reply.