Anuncios

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

Anonymous
en respuesta a: Anonymous

So,  I solved it by creating a custom lisp, my first one :cara_con_una_leve_sonrisa:

 


(defun C:CS ()
(command "select" "cp")
)


(defun C:CSS ()
(command "select" "wp")
)

 

Thanks anyways for your replies!