If on the part of PARTsolutions the physical properties are set in the CNS classification, then these are also transferred to the CAD system during export.
In the PARTdataManager the attributes of the CNS classification are displayed in the index tree, in the context menu of a part under the menu item Part information.
In NX, the material properties are available at part level under Properties -> Attributes tab,
The available methods for the display of mass properties depend on respective NX version.
Example from NX 1899: Analysis > Measure > Selection Filter "Solid Body" > Measure dialog (Object) > click on body
Example from NX 1899 : Analysis->Show Mass Properties->Expand Mass Properties on the Assembly Navigator tab -> Update
The following points show how NX behaves in different scenarios:
Since the volume property in NX is not changeable, the volume transferred from PARTsolutions (CNSVOLUMEEXACT) is ignored. Instead the real volume of the model is used for all calculations.
Where does the density value come from? (Priority ordered from top to bottom)
Where does the value for the mass come from? (Priority sorted top down)
If the mass (CNSMASSEXACT) is transferred from PARTsolutions, then it is overtaken with highest priority.
The density of the model is calculated from the mass. CNSDENSITY and the density information from CNSMAT are ignored.
If the material (CNSMAT) is supplied, it is mapped, provided there is an entry in the
pyhs_material.dat
file of the NX installation.If neither CNSMASSEXACT nor CNSMAT is transferred from PARTsolutions, the density from CNSDENSITY is used. The mass is calculated from this value.
If no parameters are transferred from PARTsolutions, the density gets a default value of 7830.64 kg/m³ by NX.
Setting options for physical properties
The following setting options are available in the configuration file ifugnx.cfg
for handling the physical properties of solids during export:
[Categories] PhysicalPropertiesMode=0/1/2/3
0: Physical properties are not mapped at all. They are either acquired from the material (if provided) or calculated from NX customer defaults.
1: "Assert" mode for the physical properties
Physical properties are "asserted" (mapped to specially provided NX fields). This option will make them appear in various information windows, such as the "Displayed Part Weight" properties dialog. It is also possible to map these properties to assemblies in this manner. Mass, density, volume and center of gravity can be mapped.
Note The physical properties are only assigned if a) either the mass or b) the density AND the volume are specified. If only the density or the volume are specified, the assignment will fail.
If assignments fail, a corresponding error message is displayed. See below.
2: "Real" physical properties are set
Physical properties are set at the model level (mapped directly to the actual NX physprops). This method only works with parts. Only density and mass can be assigned this way.
If PhysicalPropertiesMode=1 or 3, the following error message is issued if the key parameters are missing:
Die Zuweisung pyhsikalischer Eigenschaften ist aufgrund fehlender Schlüsselparameterfehlgeschlagen. Entweder die Masse oder sowohl Volumen als auch Dichte müssen für eine erfolgreiche
Zuweisung gegeben sein. Wenn nur die Dichte verfügbar ist, wählen Sie bitte einen anderen Zuweisungsmodus für die
physikalischen Eigenschaften (setzen Sie in der Konfigurationsdatei
"PhysicalPropertiesMode" auf 2).
ifugnx.cfg