[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    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 By Stanley Pijl On 01-Aug-2003
3
Rated By 1 users Downloaded : 338
Categories : User Coordinate System
Software type : AutoCAD
Rename File To : Tip1891: 1891.TXT
no code file. Short code macro aligns UCS to a drawing object.

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)
)

 

 

Average Rating:
3


User comments