Benjo Posted October 11, 2012 Posted October 11, 2012 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? Quote
MSasu Posted October 11, 2012 Posted October 11, 2012 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. Quote
nod684 Posted October 12, 2012 Posted October 12, 2012 (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 October 12, 2012 by nod684 Quote
MSasu Posted October 12, 2012 Posted October 12, 2012 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" "")) 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.