Activate dimension when selecting Annotation tab

Activate dimension when selecting Annotation tab

romu51
Advocate Advocate
449 Views
6 Replies
Message 1 of 7

Activate dimension when selecting Annotation tab

romu51
Advocate
Advocate

Hi all, 

90% of the time when I select annotation tab I want to start dimensioning. 

is there a way through ilogic with a trigger maybe to activate dimension when selecting the tab?

this would be equivalent to using the shortcut D. 

romu51_1-1687182196794.png

 

0 Likes
450 Views
6 Replies
Replies (6)
Message 2 of 7

Curtis_Waguespack
Consultant
Consultant

Hi @romu51 

 

I don't think that would be possible with iLogic ( you could likely do it by writing a small add-in, but that seems like overkill).

 

You could right click on the Dimension button and choose "Add to Quick Access Toolbar" and then just use the Dimension tool from there.

 

You could also add the Dimension button the Place Views tab on the User Command panel 

( Tools tab > Customize button ) 

 

Curtis_Waguespack_0-1687189724905.png

I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

 

 

EESignature

Message 3 of 7

romu51
Advocate
Advocate

Thanks for the reply.

I was afraid that would be the case. just wanted to reduce my clickings. 

I'm comfortable with customising the ribbon and I'll give it a go. 

it's just starting to get crowded with the ilogic buttons. 

romu51_2-1687243397656.png

 

 

0 Likes
Message 4 of 7

Curtis_Waguespack
Consultant
Consultant

Hi @romu51 , 

 

You might check out JelteDeJong's Button Constructor app:

https://apps.autodesk.com/INVNTOR/en/Detail/Index?id=2268703737300536294&appLang=en&os=Win64

 

With it you can create you own custom ribbon tab.

EESignature

Message 5 of 7

Curtis_Waguespack
Consultant
Consultant

Another thing that might help is to add distinctive icons for your ilogic buttons and turn off the text.

 

To create a custom icon for your iLogic Ribbon button:

  • Create a *.png file that is 16x16 pixels or 32x32 pixels
  • Place this image file in the same folder that the Rule resides in
  • Format the name to be as such:
    • <Name of the iLogic Rule or Form> . <light or dark> . <small or large> .png

 

Example:

iLogic rule name:  Create PDF

iLogic rule button image name: Create PDF.light.small.png

 

Restart Inventor if needed.

 

see related link:

https://forums.autodesk.com/t5/inventor-forum/inventor-2023-ilogic-rules-and-forms-on-ribbon/m-p/110...

 

 

EESignature

Message 6 of 7

romu51
Advocate
Advocate

Good point... 

I'll certainly look into it, it's not much different than the ones i did for a couple of other macros I have. 

Pictures will need to be meaningful as I intend to share this with other users in the office. 

Thanks. 

0 Likes
Message 7 of 7

romu51
Advocate
Advocate

@Curtis_Waguespack 

romu51_1-1687868383491.png

there you go! 🙂