Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[i]rem Input Parameters:
rem
rem Command line parameters will be passed through to Unigraphics. See
rem the UG Workstation Guide for information on supported parameters.
rem
rem NOTE: you MUST use a colon ':' to delimit a switch from its value.
rem
rem For example:
rem ugii -retrieve:block.prt
rem
rem =========================================================================
rem
rem[/i]
[i]rem Setting base directories[/i]
[b]Set SCRIPTROOT=[/b] "path to where you will keep all your customizations and tools"
[b]set UGII_BASE_DIR=[/b] "Path to installation Directory of NX"
[b]set UGII_ROOT_DIR=%UGII_BASE_DIR%\ugii\[/b]
[i]rem Path where NX templates (UGMaster) are stored[/i]
[b]Set UGII_TEMPLATE_DIR=${UGII_Root_Dir}\templates[/b]
[i]rem pointing to License server for NX[/i]
[b]set SPLM_LICENSE_SERVER=28000@"your license server"[/b]
[i]rem setting environment file[/i]
[b]set UGII_ENV_FILE=%SCRIPTROOT%\ugii_env.dat[/b]
[i]rem Starting NX[/i]
[b]start %UGII_ROOT_DIR%ugraf.exe[/b]