CNSZU
Mechanical
- Sep 2, 2005
- 318
Hello,
How does one set the selection filter of a BlockStyler.SelectObject to default ("No Selection Filter") so that you can select any object?
This is what I have so far:
However, this disables the selection filter.
Is there a solution?
NX10.0 Win8.1 64bit i7-3770K 16GB Quadro2000
How does one set the selection filter of a BlockStyler.SelectObject to default ("No Selection Filter") so that you can select any object?
This is what I have so far:
Code:
Dim selectionfilter(0) As MaskTriple
selectionfilter(0).Type = -1
selectionfilter(0).Subtype = -1
selection0.GetProperties.SetSelectionFilter("SelectionFilter", Selection.SelectionAction.ClearAndEnableSpecific, selectionfilter)
However, this disables the selection filter.
Is there a solution?
NX10.0 Win8.1 64bit i7-3770K 16GB Quadro2000