Is there a way to get the total outer boundary of a PolySurface?

I’m trying to get the outer boundary line around a series of objects (shown below). I think the best way to go about this is to create a dynamo polysurface and get the outer boundary of that surface. Is there a way to get the outer boundary of a dynamo polysurface?

Are you trying to get the outer boudnary of the entire set of polylines?.
Basically getting rid of the internal lines?

Yes. I’m going to use it as a clip for a viewport.

Here’s an exemple if i understood the question properly :slight_smile:


Outline.dyn (33.5 KB)

2 Likes

Hi @Robert_Price ,

Look into the Convex Hull and/or BoundingBox nodes.

1 Like