How to convert units on managed data in Teamcenter since refile is now obsolete.
SolutionIn NX1988, you would be using the part_utility program to convert data in Teamcenter.
It is located in the %UGII_BASE_DIR%\NXBIN folder.
Here is an NX article on all the arguments for this utility:
https://docs.sw.siemens.com/en-US/product/209349590/doc/PL20190701134252622.tcint/html/xid1483666?audience=external
Scroll down in the article until you get the “Managed mode options”.
You would be using this utility with the “-convert_units_to_in” options.
For example: part_utility -managed_mode=yes -u=<user name> -p=<password> -f=<folder name in Teamcenter> -convert_units_to_in
Notes