macro help needed

macro help needed

9009676
Participant Participant
845 Views
8 Replies
Message 1 of 9

macro help needed

9009676
Participant
Participant

when stretching a dimline there is an option if you hover above the text node for 'move text only' is there a way to write that option into a macro? something like: 

^c^c_.stretch move text only /@100,100; ?

 

0 Likes
846 Views
8 Replies
Replies (8)
Message 2 of 9

tramber
Advisor
Advisor

^c^c_.Rectangle \@100,100; 

Should work better 😉


EESignature

0 Likes
Message 3 of 9

9009676
Participant
Participant

thank you it worked! what doed the @ stand for / do? i think im able to optimize my workflow thanks to you! 🙂

0 Likes
Message 4 of 9

tramber
Advisor
Advisor

You must use the dynamic inputs. So that you don'y know that a point relative to the last one needs a @

Old users like me have a DYNMODE variable set to 0.

And we use @


EESignature

0 Likes
Message 5 of 9

9009676
Participant
Participant

ah yes thank you! one other qeustion is there a way to (for example) put the option 'move text only' into a macro? 

9009676_0-1646214923077.png

 

0 Likes
Message 6 of 9

ВeekeeCZ
Consultant
Consultant

@9009676 wrote:

ah yes thank you! one other qeustion is there a way to (for example) put the option 'move text only' into a macro? 

 


Just click on the label-grip with the mouse left button and hit CTRL once or twice.

 

0 Likes
Message 7 of 9

9009676
Participant
Participant

ill need to do that 100+ times a day so thats why i'd like it if it were possible to put that option into a macro... 

0 Likes
Message 8 of 9

ВeekeeCZ
Consultant
Consultant

Well, that's not so easy. It's bounded with that grip. The potential macro will just change the property but it does not activate the label movement.

 

Rather select all dims that you need to adjust and change the property in the Properties palette. Or do that in Dimstyle for all new dims. Then you can move the label right away just by grabbing the grip.

 

BeekeeCZ_0-1646225843764.png

 

0 Likes
Message 9 of 9

jreidKVSUZ
Advocate
Advocate

You can use QSELECT. Pick MTEXT or TEXT. Say OK.

Then type Move and then your distance 100,100

Hope this helps.

JRR!

jreidKVSUZ_0-1738185522141.png

 

0 Likes