NAME
UGII_ROOT_DIR - Specifies the path to the UG installation bin/UGII directory for importing UG files.
SYNTAX
UGII_ROOT_DIR directory
TYPE
HyperMesh Environment Variable
DESCRIPTION
Specifies the path to the UG installation bin/UGII directory for importing UG files. This must be used in conjunction with UGII_BASE_DIR.
directory
The path to the UG installation bin directory on UNIX/LINUX and the UGII directory on Windows. There MUST be a '/' at the end of the UGII_ROOT_DIR path.
The PATH system variable on Windows must also contain this same directory.
EXAMPLES
UG installation located at /soft/usr/ugs090:
UGII_BASE_DIR /soft/usr/ugs090
UGII_ROOT_DIR /soft/usr/ugs090/bin/
UG installation located at C:\Program Files\Siemens\NX 9.0:
UGII_BASE_DIR C:\Program Files\Siemens\NX 9.0
UGII_ROOT_DIR %UGII_BASE_DIR%\UGII\
PATH ...;%UGII_BASE_DIR%\UGII\
ERRORS
None.
SEE ALSO