How to launch NX 2D Edit in Managed Mode
How to Import Dwg file
SolutionHow to launch NX 2D Edit in Managed Mode :
NX 2D Edit can be launched using command prompt in four tier or two-tier modes.
To launch in Four tier mode
Set below environment variables in command prompt
Set UGII_UGMGR_COMMUNICATION
Set UGII_UGMGR_HTTP_URL
Set UGII_BASE_DIR
call %UGII_BASE_DIR%\NXBIN\nx2dedit.exe -pim=yes -u=<user name> -p=<password>
To launch in Two tier mode
Set below environment variables in Teamcenter command prompt
Set TC_ROOT
Set TC_DATA
Call % TC_DATA %\tc_profilevars
Set UGII_BASE_DIR
call %UGII_BASE_DIR%\NXBIN\nx2dedit.exe -pim=yes -u=<user name> -p=<password>
How to Import Dwg file
From NX
File -> Import -> AutoCAD DXF/DWG…
Ensure Import to Teamcenter is selected
Browse the DXF/DWG File
Select Next and specify all the inputs required
Select Finish
Import Assembly into Teamcenter dialog appears
Select OK.
DXF/DWG gets imported in to Teamcenter.