How to create a JT with an assembly as a single file i.e., MONOLITHIC in manage mode in NX using the save option "Save JT Data".
*The following settings in the configuration file
structureOption = "MONOLITHIC"
writeWhichFiles = "JTPARTS,JTASSEMBLY"
When exporting JT from NX to OS, we can export the assembly as a single file. However, we cannot create a JT on Teamcenter with the same settings. (Use the save option "Save JT Data").
SolutionWith GUI it's not possible in Manage mode, you must use the command line utility only.
The run_ugtopv command was able to create a monolithic JT in manage mode.
In the NX {UGII_BASE_DIR}\PVTRANS directory there is a default tessUG.config.
Inside "your_tess.config" file change:
structureOption = "PER_PART"
to
structureOption = "MONOLITHIC"
Use the below sample syntax for the JT Translation.
{UGII_BASE_DIR}\PVTRANS\run_ugtopv @DB/itemID/Item_REV -pim=yes -u=user
-p=password -g=group -honour_structure
(Replace {UGII_BASE_DIR} with the full path for the command line.