BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
46 stars 8 forks source link

Handle first Level Space Boundaries #157

Open DaJansenGit opened 3 years ago

DaJansenGit commented 3 years ago

In GitLab by @veronikarichter on Apr 28, 2021, 13:31

Up to now, none of the ifc files provided first level space boundaries. Erics Space Boundary Algorithm now provides those first level space boundaries: AC20-FZK-Haus_with_SB_with1stLevel.ifc

The kernel is not yet able to handle ifcs including first level space boundaries properly. First level space boundaries should be excluded within the inspect-methods (e.g. tz_inspect). Something like this could work:

DaJansenGit commented 3 years ago

this is strongly related to #109 I think. After we have a dedicated base element type for related Elements (which are not IfcProducts) we have to improve the way how the space boundaries are inspected.