Anuncios

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

layer state command line

jdfnnl
Advocate

layer state command line

jdfnnl
Advocate
Advocate

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

0 Me gusta
Responder
Soluciones aceptadas (1)
477 Vistas
3 Respuestas
Respuestas (3)

cadffm
Consultant
Consultant

Hi,

 

 

 

Go via command -LAYER

Option State

Sebastian

0 Me gusta

cadffm
Consultant
Consultant
Solución aceptada

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

0 Me gusta

pendean
Community Legend
Community Legend
0 Me gusta