Nikon Posted 2 hours ago Posted 2 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 1 hour ago Posted 1 hour 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? Quote
Lee Mac Posted 20 minutes ago Posted 20 minutes ago Perhaps this old program? https://lee-mac.com/lisplog.html 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.