|
$ ?& m% A' C+ F: L8 n NXOpen.Selection.MaskTriple[] t = new Selection.MaskTriple[1];5 e4 `( C$ B6 Q9 S1 }: R
t[0].Type = UFConstants.UF_solid_type;
# m, N+ ~% K3 l: u8 H: m/ ] t[0].Subtype = UFConstants.UF_solid_face_subtype;
! ?1 o' E0 |9 ], ]7 `' ? t[0].SolidBodySubtype = UFConstants.UF_UI_SEL_FEATURE_ANY_FACE;7 q! w" x/ \9 w8 M: W' ^, U
selection0.GetProperties().SetSelectionFilter("aaa", Selection.SelectionAction.AllAndDisableSpecific, t);
7 K! B0 g$ l) A3 {, H, ^, z v2 X也就是上面的”aaa”
- g% o9 r/ }$ G
5 D- U; z; j! u! @- J% }public void SetSelectionFilter( |
|