I have been using a command alias lisp routine for AEC commands in previous versions of Architecture similar to this
(DEFUN Cp ()
(COMMAND "_AecOpeningAdd")
(PRINC)
)
but they are not working in Architecture 2012. Any suggestions to why this is and how to fix it would be appreciated.
Lee


Reply With Quote

