- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I often have closed 2D polylines that for some reason have the start and end point nodes on the same coordinate. A simple 6 sided closed polyline then shows through the properties not just 6 but 7 nodes, see pics below (running CAD in Germany as you can see)
Is there a lisp out there that removes these unnecessary nodes with identical coordinates to other (adjacent) nodes, resulting in a segment length of 0?
I have tried _OVERKILL but this doesn't work for me in this specific situation. The lisp PLDIET also doesn't do the trick for me. To get around this, I've had to explode the polyline, remove the point/line with L=0 (not always), then select my lines and rejoin them to get the desired closed object... tedious
Solved! Go to Solution.