Krande / adapy

A python library for structural analysis and design
https://krande.github.io/adapy
GNU General Public License v3.0
94 stars 20 forks source link

Feature/batch step ifc #75

Closed Krande closed 1 year ago

Krande commented 1 year ago

this adds an option to convert STEP directly to GLB as a replacement of the current in-memory conversion from STEP to IFC (serialized or tesselated) which in most cases is too memory demanding. Using the RWGltf module in opencascade was relatively cheap memory wise