Remove Dup lines

Hello,

Can someone tells me what’s wrong in my code that can not fully remove dup lines?

Best,

MahanRemoveDupLines.gh (14.4 KB)

this does the trick :slight_smile:

1 Like

Hi
You can also try the GeometryBase.GeometryEquals() method.https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_GeometryBase_GeometryEquals.htm

1 Like

Cool. Thanks inno.

Best,

Mahan

Hello Naruto,

In fact I was aware of this function, but for my purpose it is better not to use it.

Best,

Mahan