[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.
Persistent Grips
Tip# 4504 By Brian Bennett On 13-Jul-2015
0
Rated By 0 users Downloaded : 179
Categories : Linear Objects
Software type : AutoCAD 2016
Rename File To : PRINTGRIPS.lsp
This LISP routine will create “point” entities at the endpoints and vertices of lines, polylines, and splines.

When working with long polylines and splines, you may find it desirable to have persistent grips to help with visibility and printing. This LISP routine will create “point” entities at the endpoints and vertices of lines, polylines, and splines.

Start by loading the LISP file, run the command PRINTGRIPS, then select a supported entity. At each vertex, a “point” entity will be created on a new layer named “printgrip” for easy isolation and removal. You can easily modify this layer name and color to meet your needs. If you are interested in customizing this code, you’ll find it contains plenty of comments to help you.

 

Average Rating:
0


User comments