Anuncios

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

jdfnnl
476 Vistas, 3 Respuestas

layer state command line

Is there a way to switch layer states with the keyboard using the command line?

cadffm
en respuesta a: jdfnnl

Hi,

 

 

 

Go via command -LAYER

Option State

Sebastian

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

pendean
en respuesta a: jdfnnl