02-01-2016
07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-01-2016
07:28 PM
Hi,
As mentioned above use an event trigger to run an iLogic rule which then runs a macro.
InventorVb.RunMacro("ApplicationProject", ModuleName, MacroName)
The first item doesn't necessarily have to be the application project if the macro is within the part.
Regards Dan