nathangaldamez
New member
- Jul 13, 2011
- 15
I was wondering if it is possible to have the NX Journal "selection mask array" filter by color. Or is there another function that is needed to perform the color filter in the code.
This is the selection mask portion of my code:
Dim selectionMask_array(1) As Selection.MaskTriple
With selectionMask_array(0)
.Type = UFConstants.UF_line_type
.Type = 1
.Subtype = 0
.SolidBodySubtype = 0
End With
Thanks,
Nathan
This is the selection mask portion of my code:
Dim selectionMask_array(1) As Selection.MaskTriple
With selectionMask_array(0)
.Type = UFConstants.UF_line_type
.Type = 1
.Subtype = 0
.SolidBodySubtype = 0
End With
Thanks,
Nathan