OSArch Community

Ifc.Remove with python

  1. T

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

  2. M

    How about this?

    
    for wall in interior:
    
        ifcopenshell.api.run("root.remove_product", ifc_file, product=wall)
    
  3. T

    thank you, but i found this error message

  4. M

    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.