Nikon Posted 3 hours ago Posted 3 hours ago Good day to everyone. Is it possible to display a list of AutoLISP commands before closing and saving the dwg file? For example, in notepad or text in dwg. Quote
GLAVCVS Posted 2 hours ago Posted 2 hours ago I assume you're referring to commands defined in Lisp code. One way to do this is to call ATOMS-FAMILY, save its contents in a variable, call ATOMS-FAMILY again when the drawing is about to be closed, compare the difference, and filter out symbols that don't begin with "c:" But why do you need to do this? 1 Quote
Lee Mac Posted 1 hour ago Posted 1 hour ago Perhaps this old program? https://lee-mac.com/lisplog.html 1 Quote
Nikon Posted 8 minutes ago Author Posted 8 minutes ago 1 hour ago, Lee Mac said: Perhaps this old program? https://lee-mac.com/lisplog.html LISPLogV1-0.lsp is a very convenient program. Thanks @Lee Mac. Is it possible to get a list of lisp commands in the drawing? That is, when saving a drawing, a request appears: "Save a list of lisp commands?" and the text with the commands is inserted into the drawing? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.