Creating a user specific templates
Creating a user specific templates
(OP)
We run our NX 6 from an image on a network drive (read only). As a user, I want to create additional drawing templates specific to my needs and store them on my local workstation. I can create the templates and PAX file, but how to I tell NX to point to them when I can't change the globally used read only ugii_env.dat file?





RE: Creating a user specific templates
Best Regards
Hudson
www.jamb.com.au
Nil Desperandum illegitimi non carborundum
RE: Creating a user specific templates
you must add the following variable
UGII_TEMPLATE_DIR='locationn of your template file'
Regards
Didier
RE: Creating a user specific templates
RE: Creating a user specific templates
Now set the variable...
UGII_USER_DIR=
...to the path to that first folder (the one that contains the 'startup' folder).
When NX starts these templates should now be available from the File New dialog, but only on your system. Now if you give your .pax file the same exact name as the system .pax file (in the case of Modeling templates it's 'ugs_model_templates.pax') yours will REPLACE the system templates altogether. However, if you give is different name, it will be added as an additional 'tab' to the File New dialog. You can do this with each of the class of templates such Drawing, Simulation, etc. For demo purposes, I've added my own Model and Drawing tabs which allow me show both that this can be customized and what the system templates look like if that was an issue. BTW, if you're going to add additional 'tabs', be sure that in the .pax file you give the entry 'FileNewTab=' a unique names since this will confuse things if two tabs have the same name.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Creating a user specific templates