- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Activate dimension when selecting Annotation tab
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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 )
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report