MANox
Mechanical
- Apr 2, 2007
- 130
Hello,
I have problem with select edges of component in assembly.
When I want select edges of feature in work part, I use:
But I can't select other edges.
It's possible?
Best regards
Michał Nowak
NX9.0/TC10
I have problem with select edges of component in assembly.
When I want select edges of feature in work part, I use:
Code:
With selectionMask_array(0)
.Type = NXOpen.UF.UFConstants.UF_solid_type
.Subtype = NXOpen.UF.UFConstants.UF_solid_edge_subtype
.SolidBodySubtype = NXOpen.UF.UFConstants.UF_UI_SEL_FEATURE_ANY_EDGE
End With
It's possible?
Best regards
Michał Nowak
NX9.0/TC10