Message 1 of 1
How to determine a simplified part via iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to better determine a part is a simplified part in iLogic and VBA?
except the string "Simplify" in the name and the activedoc is a PartDocument
I also found get ShrinkwrapComponents count is also kinda work?
If oDef.ReferenceComponents.ShrinkwrapComponents.Count > 0 Then
isSimplified = True
End If