[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.
Create a Nonplotting Layer
Tip# 4142 By Leland Leahy On 19-Jun-2013
0
Rated By 0 users Downloaded : 322
Categories : Layer Tools, LISP Code Modules
Software type : AutoCAD 2014
Rename File To : noplotlay.lsp
You can use this LISP as a guide for creating your own layers via code.

Frequent contributor Leland Leahy uses this routine to create an AutoCAD layer like defpoints, meaning that it will display on screen but not plot. This code is meant to be called from within another LISP function, and Leland calls it at drawing startup so the nonplotting layer is always available. It also creates a second layer named Xref for the insertion of external references. You can use this as a guide for creating your own layers via code too.

 

Average Rating:
0


User comments