Blender BIM with python script

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

Comments

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

    steverugiCurious_Luke
  • 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.

    Curious_Luke
  • thanks, i opted to use the blender operators for now, this is what i got so far.
    https://youtu.be/V-Yz0fqNEEU

    ArvcarlopavtimtheoryshawCoenAceShegssteverugiOwura_qu
  • 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)

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

    ShegsArvOwura_qutheoryshawAce
Sign In or Register to comment.