Get Curves Inside Perimeter of Slab

Hey everyone im trying to get just the internal openings of a slab. Right now when i get the curves it includes the outside of the slab. I also dont what to filter the lines by length because on a different project there could be more angle in the slab edge creating short lines.

RETURNS ALL PERIMETER CURVES:


WHAT I WANT TO GET:
image

Thanks ahead of time for any responses!

Try this:

1 Like

Hey steven! thank you for the response. However it still returned all the curves.

if you exclude the largest perimeter

2 Likes

Hey Akli! thanks for the response. One Problem with element.sketch is that it doesnt pick up shaft openings. is there a way to make it pick up the shaft openings?

Element.Location+ de clockwork

1 Like

sweet that worked! thank you both for your input!

Another option …


floorInnerEdges.dyn (27.2 KB)

3 Likes

You used a different node to get the sketch lines. I have never used the one you have but the Springs node groups the line segments into closed loops. that could be your problem. The list structure between the two nods could also be the problem.

1 Like