catmando Posted April 2, 2009 Posted April 2, 2009 How do you change the rotation angle of the dimension text? Here is my lisp routine: ------------------------------------------------------------ (defun C:ILL () (command "-dimstyle" "r" "isoleftlr") (command "dimaligned" pause pause pause) (command "dimedit" "o" "l" "" "210") ) ------------------------------------------------------------ I would like the dimension text to come in rotated at 1. So it could read horizontal instead of of oblique. How could I add this portion into my current lisp routine. Thanks for looking. 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.