How can I add walls and other construction elements in blender bim using python script?
How can I add walls and other construction elements in blender bim using python script?
This can be done through ifcopenshell. Refer this link for more info
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.
thanks, i opted to use the blender operators for now, this is what i got so far.
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)
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.