Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

cadffm
en respuesta a: cadffm

This way you easily create your own Button(macro)

'_.-LAYER;_state;_restore;MyLayerState1;;;

 

or Command, like this Lisp sample

 

(defun c:LayStat1 nil (command "'_.-LAYER" "_state" "_restore" "MyLayerState1" "" "")(princ))

Sebastian