I'm looking for a way to create a 2d elevation for IfcElements.
I want to fully automate it and run it from python. I also need to keep information about the origin and direction of the coordinate system.
Any ideas?
I haven't run this script for a while, so I hope it still works. This locates all the ifcbuildings in the project and generates a set of Bonsai elevations and plans for each: https://github.com/brunopostle/endrawing
It doesn't pay any attention to object orientation, though it would be a nice feature if it did (and not too difficult). Maybe you can adapt it for individual elements or types.
Comments
I haven't run this script for a while, so I hope it still works. This locates all the ifcbuildings in the project and generates a set of Bonsai elevations and plans for each: https://github.com/brunopostle/endrawing
It doesn't pay any attention to object orientation, though it would be a nice feature if it did (and not too difficult). Maybe you can adapt it for individual elements or types.
This is actually the functionality we need for window and door type schedules. We can reuse the code there too :)