Hello Dynamo Heroes.
I am extracting the Rom boundaries but I cam across this issue where extra points (or line segments) are added to the room boundary. For a simple square room, even the joined curve shows (6) joined edges vs. the correct (4) edges.
How can I purge out the extra unneeded points [A and B]? Or how can I truly join the boundaries to produce (4) boundary lines instead of (6) boundary lines.
Boundary curves are based on boundary elements. The walls around the yellow room get broken up by the intersecting walls to be treated as separate boundary segments.
The first question is why do you need exactly 4 curves? What if the room has more than 4 edges? You can “simplify” these boundaries by comparing start/end points and directionality to group all segments that create a continuous edge. There should be a few threads that cover something like this.
Hi @Nick_Boyts
I didn’t go beyond this point.
But basically I am trying to extract a clean boundary of the full length for each interior room boundary. Not as two segments. And the room may be more than 4 edges as you mentioned.
Is there away to merge/join the two lines boundary into one?
Thank you
Hi All,
I can see the solution is simple by adding “Springs.CurveLoop.Simplify”.
So I tried it but it is not simplifying the curves.
See attached image.