Message 1 of 3
iFeature iLogic Workflow

Not applicable
06-28-2013
04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I could use some help trying to integrate iFeatures into an iLogic code that locates all parts that require CNC machining in a top level assembly. Currently, the code looks at all of the referenced parts in the assembly and determines whether they have 'extrude cut' or 'hole' features (see line of code below), and then executes some other actions. Is there a workflow for identifying parts that have iFeautres with extrude cuts or holes?
If InStr(1, docFeat.ExtendedName, "Cut") > 0 Or InStr(1, docFeat.ExtendedName, "Ø") > 0 Then .....
Thanks in advance.
Niles