brunopostle / homemaker-addon

Design buildings the pointy-clicky way, a blender add-on that transforms spatial geometry into IFC building models
GNU General Public License v3.0
125 stars 7 forks source link

Floors should be aggregates of Slab entities #47

Closed brunopostle closed 2 years ago

brunopostle commented 2 years ago

Currently a single floor Slab is drawn per room, possibly corresponding to multiple Faces from the CellComplex.

A Slab entity should be created for each Face and aggregated as necessary. Individual Slab elements should be extended and connected depending on the load-bearing status of Walls below.

Maybe the solution is to style floor Slabs as shells rather than traces?

brunopostle commented 2 years ago

see 1f0ee1a