Hello,
I resolved my problem by using a "Select Object" block in my dialogue instead of the "Body Collector" block.
Moreover in the NX8 doc it is clearly specified that using the "Body Collector block": " Body selection intent is used in this block."
Regards,
Elyann
Ver: NX 7.5.5.4, openC++ API.
Hi,
Using the block UI Styler, does anyone know, what is the best way to keep a reference on body/ies selected outside of the work part from other assembly or part components.
Indeed, I tried the following:
- Setup a dialogue implementing a Body Collector...
Ok, I understand, thanks for your input.
Nevertheless, for software architecture reason I would like to avoid using the .net framework.
Indeed, my application is using native c++ librairies;
and, if possible, I will better like to avoid C++/CLI wrappers implementation.
Any other inputs?
Do you mean the "TreeView" control provided by the block styler?
If yes, my understanding is that it implements a modal dialog window where I would expect to have a modeless window like the one of part navigator...
Hello,
I just started to develop some custom software application using NX and so I registered to this forum since the community seems to be very helpful [smile]
I would like to develop an application with a main window similar to the Part Navigator one(as displayed when the resource bar is...