Ifc.Remove with python


I would like to remove the inner walls of my ifc file. Could you help me please?

Comments

  • How about this?

    for wall in interior:
        ifcopenshell.api.run("root.remove_product", ifc_file, product=wall)
    
  • edited April 2022

    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?

    Takieddine
Sign In or Register to comment.