Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
An Inventor file published an .jpeg image when running an iLogic Rule. Multible users with different templates are executing this but I want a uniform output.
This code at top of the rule was a game changer for me (Kudos to Curtis).
'Return view to Home view
ThisApplication.CommandManager.ControlDefinitions.Item _
("AppViewCubeHomeCmd").Execute
'zoom all
ThisApplication.ActiveView.Fit
http://inventortrenches.blogspot.is/2012/01/autodesk-inventor-ilogic-sort-browser.html
-> I would also like to change Color scheme, Background and Visual Style within the same rule.
Is this possible?
Regards,
Sveinn
Solved! Go to Solution.