NX
How to map mass property in TC, UGPartMassPropsForm, to a NX drawing?
2021-10-06T23:27:17Z
NX for Design
Summary
Details
When you have the NX Save Option "Generated Mass Data", ("Generate Weight Data" in older NX versions), activated not only the mass will be calculated, running in Teamcenter environment a set of properties, including mass, will be stored in TC under the UGPartMassPropsForm. (In TC RAC, NX dataset, Named Reference, UGPART-MASSPR).
How to get these properties into a NX drawing (specification)?
Solution
You can accomplish this by setting up the NX / TC attribute mapping for UGPART as follows: --------------------------------------------------------- ... { Dataset type="UGPART" # (hard-wired) DB_DATASET_ID : "Part File ID" # (hard-wired) DB_DATASET_REV : "Part File Rev" "MASS" : ItemRevision.GRM(IMAN_specification,UGMASTER).NR(UGPART-MASSPR).mass /master=iman /description="Mass (kg)" "VOLUME" : ItemRevision.GRM(IMAN_specification,UGMASTER).NR(UGPART-MASSPR).volume /master=iman /description="Volume (m3)" "DENSITY" : ItemRevision.GRM(IMAN_specification,UGMASTER).NR(UGPART-MASSPR).density /master=iman /description="Density (kg/m3)" "AREA" : ItemRevision.GRM(IMAN_specification,UGMASTER).NR(UGPART-MASSPR).area /master=iman /description="Area (m2)" } ... ---------------------------------------------------------
Notes and References
Hardware/Software Configuration
Platform: INTL64 OS: windows OS Version: 1064 Product: NX Application: NXMANAGER Version: V1961 Function: ATTRIBUTES