woodman78 Posted October 16, 2009 Posted October 16, 2009 How do i select everything on a layer and set the color of everything to bylayer in lisp?? Quote
David Bethel Posted October 16, 2009 Posted October 16, 2009 Total untested: (and (setq ss (ssget "X" (list (cons 8 layer_name)))) (command "_.CHPROP" ss "" "_Color" "BYLAYER")) -David 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.