I forgot to ask, if I tried to recompile the code (from the .cpp file) do I need to add all of the header .h files and libraries to run the code or just select "build". In other words, what do I need to make my C++ ready to start compiling codes from an existent .cpp file?
Thanks
Hello,
I received an NX Open created tool for NX5, at some point in the code the tool is supposed to ask me to select all the entities in a layer (vertical, horizontal lines, etc). Now the problem Im having is that the line selection window shows up only once, when I click on a line it...