For tip to function correctly, you must ensure that the downloaded file name matches the file name displayed in the Rename File To field. Please rename downloaded files when necessary.
ALIGN UCS TO OBJECT Tip #1891 [no file] This short AutoLISP macro aligns the UCS (user coordinate system) to a drawing object. (defun c:obrotucs ( ) (command "ucs" "ob" pause "plan" "current") (princ) )