I want to learn if it is possible to have a new applicaton button and assign its action a previous defined button action. I want to use file->export->stl . When i look at the ug_main.men file,
BUTTON UG_FILE_EXPORT_RAPID_PROTOTYPE
LABEL ST&L...
MESSAGE Exports selected solid and sheet...
How can i manually export as STL by NX OPEN C++. Is there a way to directly reach the function call of the original 'export as STL' button. Or if there is not such a way, how can i get the object properties with open c++ api.
Thanks in advance..
I want to add a button to nx using menuscript. I followed documentation , set environment variables and created an example *.men file in my startup directory. But i can not see my button in NX. I could not figure out where do i make mistake. Do i need a *.utd file for any customization or only...