12-30-2020
02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-30-2020
02:59 AM
Selece before running the rule and not after ?
I have this ilogic code
I force me to select an part in an assembly... but is it possible to select first and then run the code
my code now is this ... I want it to do the same ... but add the information for the part that are already select
Dim oPart As ComponentOccurrence = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAssemblyLeafOccurrenceFilter, "Select FG component")