Outline curves of a floor plan

hey @all,

i got some wall bottom surfaces representing floorplans. i would like to get the “convex hull” of them for each of the elevations, almost like the perimeter curve of the slabs.. but without the cutting…

any thoughts on this?

kind regards

You could get their edges and then run Curve.CreateBooleanRegions with combine set to true:

No file? :frowning: :-1:

Without the file it is hard to see what the problem actually is, as @Joseph_Oster replied.

Normally using Region Union would work for this:

But there are situations it could get confused. And I would make sure there are no hatching in the walls. Hard to see from the image if that is the case.

In Rhino, using CurveBoolean command and a single click outside the floor plan will result in an outline.

ifc reader_translate tryout2.gh (31.8 KB) yes sorry forgot to add the file…

Can you read in the IFC and send us the resulting 3DM? I see the definition is reading a IFC at the start. The Curves on IFCSlab is what we could use to test this.