OSArch Community

Blender BIM with python script

  1. C

    How can I add walls and other construction elements in blender bim using python script?

  2. A

    This can be done through ifcopenshell. Refer this link for more info

  3. A

    Yeah, you can either add it to IFC directly with ifcopenshell or to reuse in the script the same operators you use from UI to create these elements.

  4. C
  5. M

    That's super cool! Would you mind sharing your code for that? It's kind of shocking that we don't have that type of wall drawing function available and we really should build something like that sooner or later (with the usual snapping complexities)

  6. C

    Sure! it only works if the wall tool is selected and still has a lot of bugs (i'm not a developer)

Login or Register to reply.