Jump to content

Recommended Posts

Posted

Hi,

I was wondering if someone could help me here.

I have an idea but not sure how to make it work

I would like to make dimension line with multiple predetermined text under the dimension. I know i could use the textoverride \X but i dont want to do that everytime.

 

My idea was to make a dynamic block with the linear dimension and put the visibility option, that way i could choose the the text i want under the dimension put it's doesn't work because you can't use dynamic block if its not a block. linear dimension will be a block.

 

Any Help Please?

Posted

You can define a dedicated dimension style with the suffix field set as "\XYourNote" and use it accordingly.

 

Please ask a moderator to remove your other thread on this matter - isn't recommended to split the discussion.

Posted (edited)
Hi,

I was wondering if someone could help me here.

I have an idea but not sure how to make it work

I would like to make dimension line with multiple predetermined text under the dimension. I know i could use the textoverride \X but i dont want to do that everytime.

 

My idea was to make a dynamic block with the linear dimension and put the visibility option, that way i could choose the the text i want under the dimension put it's doesn't work because you can't use dynamic block if its not a block. linear dimension will be a block.

 

Any Help Please?

 

you can use DIMPOST SYS Var also :

 Command: dimpost
[indent]Enter new value for DIMPOST, or . for none <"">: <>\Xyour suffix here 
[/indent]

Edited by nod684
Posted

Based on @nod684 suggestion, you can define a toolbar button with the macro below; this will switch the DIMPOST system variable from suffix to none and inverse (enable / disable suffix mode):

(if (= (getvar "DIMPOST") "") (setvar "DIMPOST" "<>\X[color=blue]???[/color]") (setvar "DIMPOST" ""))

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