reddo83 Posted February 20, 2015 Posted February 20, 2015 Thanks for that. Got it working but is there a way to get the text rotated. Currently I would have to manually rotate them. Sorry if im asking dumb questions. Working at a small firm with no CAD support and am new to lisp routines. Quote
hanhphuc Posted February 20, 2015 Posted February 20, 2015 reddo83 said: Thanks for that. Got it working but is there a way to get the text rotated. Currently I would have to manually rotate them. Sorry if im asking dumb questions. Working at a small firm with no CAD support and am new to lisp routines. at line 104 remove (* pi 0.5) or add comment " ; " ... (vla-put-TextRotation (vlax-ename->vla-object (entlast)) (MakeReadable(+ rot [color="red"][b];[/b] (* pi 0.5) [/color] (atan (apply '/ (cdr (reverse (getvar "ucsxdir" ))))))) ) ... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.