uddfl Posted March 9, 2009 Author Posted March 9, 2009 An image to further illustrate the item in question. Quote
Lee Mac Posted March 9, 2009 Posted March 9, 2009 Could you not make a reactor that automatically ran a LISP to change the group 41, after the dimensions were drawn? something like: (vlr-command-reactor nil '((:vlr-commandEnded . G41))) (defun G41 (Reac Arg) (if (= (car Arg) "DIMLINEAR") (entmod (subst (cons 41 0.75) (assoc 41 (entget (entlast))) (entget (entlast))))) (princ)) Quote
uddfl Posted March 9, 2009 Author Posted March 9, 2009 Could you not make a reactor that automatically ran a LISP to change the group 41, after the dimensions were drawn? something like: (vlr-command-reactor nil '((:vlr-commandEnded . G41))) (defun G41 (Reac Arg) (if (= (car Arg) "DIMLINEAR") (entmod (subst (cons 41 0.75) (assoc 41 (entget (entlast))) (entget (entlast))))) (princ)) That is excellent and as close as it gets to having a set value, I would bet. Thank you very much. Quote
brett.fishpool@APDENG.COM. Posted March 22, 2019 Posted March 22, 2019 Type DIMSTYLE Try using this string \pxsm0.8; as the Prefix in Primary Units Tab This will space the lines at 0.8. Thanks. Brett Fishpool brett.fishpool@apdeng.com.au 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.