How to determine a simplified part via iLogic

How to determine a simplified part via iLogic

dnguyennn
Contributor Contributor
108 Views
0 Replies
Message 1 of 1

How to determine a simplified part via iLogic

dnguyennn
Contributor
Contributor

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

 

0 Likes
109 Views
0 Replies
Replies (0)