PhysicalPropertyTableCollection Class

class NXOpen.CAE.PhysicalPropertyTableCollection

Bases: object

Creates physical property tables:py:class:NXOpen.CAE.PhysicalPropertyTable in a fem model

To obtain an instance of this class, refer to NXOpen.CAE.CaePart

New in version NX5.0.0.

Methods

Method Description
CopyLaminatePropertyTableAs2d3d Copies a Nastran Shell NXOpen.CAE.Laminate as a Nastran Solid NXOpen.CAE.Laminate, and vice versa.
CopyPhysicalPropertyTable Copies a NXOpen.CAE.PhysicalPropertyTable
CreatePhysicalPropertyTable Creates a NXOpen.CAE.PhysicalPropertyTable
FindObject Finds the NXOpen.CAE.PhysicalPropertyTable with the given identifier as recorded in a journal.

Method Detail

CopyLaminatePropertyTableAs2d3d

PhysicalPropertyTableCollection.CopyLaminatePropertyTableAs2d3d

Copies a Nastran Shell NXOpen.CAE.Laminate as a Nastran Solid NXOpen.CAE.Laminate, and vice versa.

Signature CopyLaminatePropertyTableAs2d3d(sourceLaminate)

Parameters:sourceLaminate (NXOpen.CAE.Laminate) – Source laminate physical property to copy
Returns:Copy of the source laminate physical property
Return type:NXOpen.CAE.Laminate

New in version NX8.5.0.

License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)

CopyPhysicalPropertyTable

PhysicalPropertyTableCollection.CopyPhysicalPropertyTable

Copies a NXOpen.CAE.PhysicalPropertyTable

Signature CopyPhysicalPropertyTable(sourcePhysicalPropertyTable)

Parameters:sourcePhysicalPropertyTable (NXOpen.CAE.PhysicalPropertyTable) – Physical property table to copy
Returns:Physical property table copied
Return type:NXOpen.CAE.PhysicalPropertyTable

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

CreatePhysicalPropertyTable

PhysicalPropertyTableCollection.CreatePhysicalPropertyTable

Creates a NXOpen.CAE.PhysicalPropertyTable

Signature CreatePhysicalPropertyTable(descriptorType, languageName, solverName, name, label)

Parameters:
  • descriptorType (str) – Name of the physical property table descriptor
  • languageName (str) – language_name where to find the descriptor
  • solverName (str) – solver where to find the language
  • name (str) – Name of the physical property table
  • label (int) – Label for physical property table input 0 to get next available label
Returns:

Physical property table created

Return type:

NXOpen.CAE.PhysicalPropertyTable

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

FindObject

PhysicalPropertyTableCollection.FindObject

Finds the NXOpen.CAE.PhysicalPropertyTable with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier to be found
Returns:Physical property table found
Return type:NXOpen.CAE.PhysicalPropertyTable

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)