---------------
How can I export a sim file out of teamcenter using the ugmanager_clone
utility?
Solution
To export a sim file out of Teamcenter using ugmanager_clone, use the
following switches (using 000077.sim1 as an example below):
ugmanager_clone
-pim=yes
-u=infodba
-p=infodba
-o=export
-asse=@DB/000077.sim1/A/cae_solution<mailto:-asse=@DB/000077.sim1/A/cae_solutio
n>
-default_n=autotranslate
-default_d=C:\temp\export
-s=C:\temp\export\export.log
ugmanager_clone -help gives explanations of the above switches.
The following files were exported/created in C:\temp\export\
000077.fem1_A.fem
000077.i1_A.prt
000077.sim1_A.sim
000077_A.prt
export.log
Note that replacing -asse with -par only exports the sim:
-par=@DB/000077.sim1/A/cae_solution<mailto:-par=@DB/000077.sim1/A/cae_solution>
000077.sim1_A.sim
export.log
If you also want the drawings (specifications or manifestations) add the
following switch:
-copy_n=specification:yes or -copy_n=manifestation:yes
C:\apps\CAD\NX10.0\UGII>%UGII_BASE_DIR%\ugmanager\ugmanager_clone -pim=yes
-u=infodba -p=infodba -o=export
-asse=@DB/000077.sim1/A/cae_solution<mailto:-asse=@DB/000077.sim1/A/cae_solutio
n> -default_n=autotranslate -copy_n=specification:yes
-default_d=C:\temp\export -s=C:\temp\export\export.log
Notes