Archive for 'NX'

Custom Templates in NX

To tell NX that you have a different location for you custom templates, set a variable: UGII_TEMPLATE_DIR=<directory of templates> This needs to be set in your ugii_env.dat file, so that it is consistent with Teamcenter integration and Native NX. The Template folder for Native and Teamcenter looks for a .pax file. For Teamcenter pax files: [...]

Better Control the Data format database attribute sync from TcEng to NX

Starting in Teamcenter Engineering 2005 SR1 MP3, they have added a new format string. In the “IMAN_BASE_DIR\lang\textserver\en” is a file for time. Add the following key: <key id=”NXDefaultDateFormat”>%d-%b-%Y</key>   Restart your Teamcenter Service and open your drawings now it will have the DDMMYYYY format. If you want other formats there are other variables to get [...]

Site Standards (Load Latest)

Customer defaults has a site standards section under assemblies section. You need to define your naming convention using regular expressions. In your case you have 6 digit part number with an ‘underscore’ two digit number. An example Regular expression for your site standards would be: (each line represents each section in the site standards) ([0-9]{6})(|_[0-9]{2}) [...]