thanks for interest hudson888. This does not exactly what i want, because i want to do some changes on the functionality like choosing the save path etc. and it does not added to my menu files.
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..
Thanks catillor, I changed it to "C:\Users\tyln\Desktop\NX_UG_customization". But I still cant see my button. I atttached two more files.
-ugii_env.master file is in UGII directory
-and the syslog file
Thank you for...
I attached the files.
my_menu.men file is inside the directory C:\Users\tyln\Desktop\NX_UG_customization\startuphttp://files.engineering.com/getfile.aspx?folder=650cff86-47e0-4257-b2b7-a695622636fb&file=menu_customdir.rar
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...