HI,
Quick access bar in NX10 has a button called "UG_FILE_SAVE_PART". I want to replace this with "UG_FILE_SAVE_WORK_ONLY". I want to make this sitewide irrespective of role etc.
Any idea which file in NX loads this Quick access bar so I can change in that file directly or any other way to...
Hi,
I want to use UGOpen c API and want to zoom to the co-ordinates given by the user in the drawing.
How do I zoom to the specific area?
I could not find anything in the UGS support regarding zoom for UGOpen
Thanks
Chari
Hi,
I am a newbie to UGOPEN. I just installed Visual studio 2003 on my machine. I configured it for UGopen by:
1. Copying the files vcprojects and vcwizard files to the Visual studio.
When I create a new project, I get the wizard from which I choose the dll or exe then c or c++, entry points...
How do I print the value of an entity in grip?
Example
ENTITY/L1
NUMBER/P1(3),P2(3)
DATA/P1,2.0,3.0,0.0
DATA/P2,1.0,1.0,0.0
L1=LINE/P1,P2
HALT
How do I print the value in L1 to the output window?
Thanks Hudson. I will look into the documentation provided with the product. I was just wondering if anyone has any other type of material outside the documentation.
I am a new user to GRIP & KF. Can anyone share any head start documentation or any other documentation that you have for me to learn. I would appreciate your help.
Thanks in advance
Engguser
Hi,
I am new to ufunc and has written a test program for testing UDOs. Here is the script:
UF_UDOBJ_create_class("Test UDO", "this is a test udo", &class_id);
UF_UDOBJ_create_udo(class_id, &udo_tag);
if (udo_tag != NULL_TAG)
{
UF_UDOBJ_add_doubles(udo_tag, 3, threeargs)...
Hi,
I would like to add a DRAFT stamp to the NX drawings before they are all released.
Any idea how we can add the stamp.
Do NX has water marking?
Thanks in advance
engguser
Hi,
I am populating some of the notes like ECO number, drawing name, title, revision from TCE into the UGNX drafting sheet title block programatically. These notes should not be edited by the user. Any idea how I can make these non-editable so that users cannot go and change these values...
Dave,
Thanks for the info. I tried the option you have mentioned.
The integer field has a ACTIVATE callback. I thought of doing the check here so that when the field loses the focus it will verify. But this callback is never called or activated.
Any idea how I should do that.
regards
engguser
Hi,
I created one UI styler menu. I added a integer to that menu. This integer field should accept any value except 25.
Any idea how I should do it.
regards
engguser