Opposite of DuplicateNakedEdgeCurves

I’m trying to get all edges from a polysurface that are not naked edges. Is there an easy way of doing this?

I know there’s DuplicateEdgeCurves but I’d need to filter out all the naked edges. Is there an easy/smart way of doing this?

I was thinking of using DuplicateNakedEdgeCurves and comparing each curve from DuplicateEdgeCurves by length and location to the naked edges and then filtering them out that way. But I feel like there’s probably a better way of doing this?

1 Like

Thanks @spb!