[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.
Polyline Outline
Tip# 3649 By Alan Thompson On 15-May-2011
1
Rated By 1 users Downloaded : 2074
Categories : Curved Objects, Linear Objects
Software type : AutoCAD 2012
Rename File To : OutlineLWPolyline.LSP
Draw an outline of an LW polyline that has a width.

This routine from Alan Thompson will draw the outline of an LW polyline that has a width. It works with linear and closed polylines, with or without arcs. Start by loading the LISP file, then run the command OPL. The routine includes code to filter out everything except LW polylines with a constant width greater than zero. This means you don't have to be too careful in your entity selection, after which you can choose whether or not to keep the original polyline. The outline polyline(s) are drawn on the same layer as the original. Closed polylines with crossing segments may yield unexpected results.


 

 

Average Rating:
1


User comments
Comment by Bachman,Lisa
Posted on 2011-05-23 10:22:30
Works great. We actually can use it quite a bit.