Jump to content

Dimension style text line spacing factor


Recommended Posts

  • Replies 24
  • Created
  • Last Reply

Top Posters In This Topic

  • uddfl

    11

  • Lee Mac

    10

  • lpseifert

    1

  • MaxwellEdison

    1

Top Posters In This Topic

Posted Images

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

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

  • 10 years later...

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...