I may have missed something and they might do this automatically? But let’s say I’m tracing a PDF and find it easier to draw multiple sections at once. Thereafter adjust the elevations of some sections. Is there a way to merge the slabs? So far I think I would just explode the slabs, booleanUnion them, and then somehow 'IFC them back into a slab (haven’t figured out the last part yet).
Hi Keith, there is no command to merge slabs. We plan to add an option for that, but it will only work with slabs that are properly aligned, and one will take the properties of another (style, thickness, material, etc…)
As a workaround, you can run this simple GH definition:
Reference the slabs to join with the Slab Param component.
Btw: the Silhoutte command creates ALL edges of an object (e.g. a box would result in 12 edges), so to get the outline you need, only select the top (or bottom) surface after exploding.
Thanks everyone!
I’m fairly okay with adjusting the geometry. I just can’t turn it back to an IFC Slab type object. For what I’m actually planning to do with Rhino this doesn’t actually matter much however - Using the slab tool to draw slabs and then just exploding them, and doing some sort of union afterwards will work perfectly fine. I might revisit this when I’m at a higher skill level however.
Grasshopper is neat but I have no idea what the hell I’m doing .
Btw. Slabs can of course be edited by turning on their control points, but what’s missing is some kind of InsertPoint command (deleting points works). This would often be quicker than using vaSlabAdd.
Have wished for this already. Just mentioning it here again.
Thanks!