nxopen .net selection
nxopen .net selection
(OP)
Hello,
I'm using NX8, and i have a list tagged objects.
I would like to select these objects in the part without creating a dialog. I found the function addToTaggedObjectsSelectionList, I don't know if this function fulfills the criteria I'm looking for but the with this function is the parameter "selection handle" that I couldn't configure.
Does anyone know how to?
Thanks in advance.
Nabil.
I'm using NX8, and i have a list tagged objects.
I would like to select these objects in the part without creating a dialog. I found the function addToTaggedObjectsSelectionList, I don't know if this function fulfills the criteria I'm looking for but the with this function is the parameter "selection handle" that I couldn't configure.
Does anyone know how to?
Thanks in advance.
Nabil.





RE: nxopen .net selection
The selection handle and addToTaggedObjectsSelectionList are used mainly when the objects need to be selected interactively with a dialog.
Suresh
www.technisites.com.au
RE: nxopen .net selection
first thank you for your answer.
actually, I know the objects and their tags but the thing is that I need the elements selected and not only highlighted.
Because I created a selection dialog with "selectTaggedObjects" so as I can select and de-select elements through this dialog and then save the results. And I would like that when the user open this dialog, the previously saved elements (the taggedObjects) are selected and the user can either de-select some elements or add new elements to the previous elements and then save the new selection list.
I hope that I could transmit the idea.
Thank you,
Nabil
RE: nxopen .net selection
Suresh
www.technisites.com.au
RE: nxopen .net selection
RE: nxopen .net selection
www.nxjournaling.com
RE: nxopen .net selection