I'm not sure of any other way to do it other than by creating a temporary UCS:
Code:(defun UCSWorld (/ doc tmp) (setq doc (vla-get-ActiveDocument (vlax-get-acad-object))) (vla-put-ActiveUCS doc (vla-add (vla-get-usercoordinatesystems doc) (vlax-3D-point '(0. 0. 0.)) (vlax-3D-point '(1. 0. 0.)) (vlax-3D-point '(0. 1. 0.)) "TempWord_UCS")))




Reply With Quote

Bookmarks