2.5.8.2.7. Physical properties from PARTsolutions

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.

Parts information [Part information]

Parts information [Part information]

In NX, the material properties are available at part level under Properties -> Attributes tab,

Exemplary figure of NX 1899

Exemplary figure of NX 1899

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 > 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

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:

  • Volume

    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)

    1. Calculated from volume (CNSVOLUMEEXACT) and mass (CNSMASSEXACT)

    2. Fetched from the material (thus indirectly from CNSMAT)

    3. Directly imported from CNSDENSITY

    4. CAD default value (Steel)

  • Where does the value for the mass come from? (Priority sorted top down)

    1. 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.

    2. If the material (CNSMAT) is supplied, it is mapped, provided there is an entry in the pyhs_material.dat file of the NX installation.

    3. If neither CNSMASSEXACT nor CNSMAT is transferred from PARTsolutions, the density from CNSDENSITY is used. The mass is calculated from this value.

    4. 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

    Available properties:

    • CNSMASSEXACT (Mass)

    • CNSDENSITY (Density)

    • CNSVOLUMEEXACT (Volume)

    • CNSCOG (Center of gravity)

    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]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

    Available properties:

    • CNSMASSEXACT

    • CNSDENSITY

    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.

  • 3: Options 1 and 2 are both enabled.

Default value: 1

Possible error messages

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üsselparameter 
 fehlgeschlagen.

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 
 ifugnx.cfg "PhysicalPropertiesMode" auf 2).

[Note]Note

With "PhysicalPropertiesMode=3", the warning has the importance "Moderate" and is only displayed if the DisplayCreationWarningLevel key has a value of 50 or higher. With "PhysicalPropertiesMode=1" (density not set at all), the warning has the importance "Major" and is displayed by default.