[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Eliminate Unnecessary Vertices
Tip# 914 By Skyler Mills On 01-Nov-1993
2
Rated By 2 users Downloaded : 616
Categories : Polylines
Software type : AutoCAD
Rename File To : TIP914.LSP
a routine that reads single or multiple polylines and weeds the vertices based on user-specified linear and angular factors. BONUS WINNER.

a routine that reads single or multiple polylines and weeds the vertices based on user-specified linear and angular factors. BONUS WINNER.

 

Average Rating:
2


User comments
Comment by Cooper,Kent
Posted on 2009-08-11 09:15:58
Writes to external script file; doesn't alter selected Polyline. For 3D and older "heavy" 2D Polylines, not for newer "lightweight" Polylines; attached is a routine that puts those on a diet, with similar distance and change-in-direction checks, and certain enhancements, but altering the selected Polyline(s) in the drawing rather than writing to an external file. -- Kent Cooper