Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to enable the new dynamic extrude in NX2 1

Status
Not open for further replies.

PennKoff

Mechanical
Joined
Mar 21, 2004
Messages
50
Location
BG
Hi all,

Can anyone explain me in deep how to enable the new dynamic extrude in NX2?

I add a line UGII_NEW_EXTRUDE=613 in ug_metric.def but it doesn't seem to help a lot... Everything is going the old way though I'm starting a new part.
It's obviously I'm doing it wrong. But what and where?

Please help.
Thanks.
 
Enabling The New Dynamic Extrude
You can reconfigure your system to use a new more dynamic interface to the Extrude function. If you choose to do so, and except for editing those extrude features created by it, the legacy Extrude function will be unavailable.

Navigate to the directory defined as UGII_USER_DIR. If this system environment variable is not set, define it.

Create these directories, if they don’t already exist:

startup
application

Navigate to the $UGII_USER_DIR/startup directory. Create a new file of any unique NX .men name with the .men extension (e.g., my.men). Its contents should be:

VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
MODIFY
APPLICATION_BUTTON UG_APP_MODELING
MENU_FILES my_modeling.men
END_OF_MODIFY

Note that my_modeling.men can be any unique Unigraphics NX .men name with the .men extension (e.g., my_modeling.men).

Navigate to the $UGII_USER_DIR/application directory. Create a file named my_modeling.men (or named as referenced above) with these contents:

VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
SHOW UG_MODELING_EXTRUDED_FEATURE

Bring up interactive Unigraphics NX 2.0.2. You may now access the new Extrude from Insert-> Form Feature-> Extrude. To add it to the NX Form Feature Toolbar, use MB3 over the toolbar area and choose Customize. Choose the Commands property page. Choose the Form Feature toolbar from the panel on the left. Select Extrude from the panel on the right

Hope this helps
 
Thanks a lot Mick.

It seems to be the right way.
In day or two I'll do it.

Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top