Hey guys,
I want to automate and .ifc -file, where i want to extract the geometry to make a structural analysis.
Anybody who is familiar with this would certainly know that a perfect geometry is needed to make a proper structural analysis, which means the nodes of lines and surfaces should be connected to each other to transfer loads in between structural elements.
I have been discovering ifcopenshell, but need some support to reach my goals.
- Step
Catch every loadbearing elements and make vertex, egdes and faces
And delete unnessary elements such as finnish, outerwalls (which arent loadbearing), insulation etc.
- Step
center the analytical walls, slab (surfaces) and beams, columns (lines) to creation of aligning grids along the structural elements
- Step
check whether the nodes are connected to each other
- Step
Delete the ifc model without deleting the newly created analytical model
- Step
export to a .csv or .xml file which i can transfer to a third party structural analysis software.