Anuncios

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

ВeekeeCZ
en respuesta a: Anonymous

Just basic customization skills needed to be able to write such LISP based macros (using LISP because that way you can assign a name to it). Here is one example.

 

(defun c:2 () (command "_.view" "_front") (princ))

 

Although not sure how your 22 command should work. Would you copy-paste the command-line listing to see how would you perform the desired behavior manually?