Message 1 of 6
How to simplify polylines made of many vertices into single arcs or lines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
In my drawing, I often receive polylines that are broken into many vertices even though:
Some segments form a perfect arc (all with the same radius)
Others are straight lines but made of multiple points
I'd like to simplify such polylines by:
Converting faceted arcs (with consistent radius) into a single arc segment
Converting multi-vertex straight lines into a simple two-point polyline
This is mainly to clean up survey and block geometry where polylines have unnecessary vertices.
Is there a built-in method (like pellise), or any available plugins for this in AutoCAD? if not can you guys help me with a lisp ?
Thanks in advance!