|
NX Open C++ Reference Guide
|
Creates physical property tablesCAE::PhysicalPropertyTable in a fem model. More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| NXOpen::CAE::Laminate * | CopyLaminatePropertyTableAs2d3d (NXOpen::CAE::Laminate *sourceLaminate) |
| Copies a Nastran Shell CAE::Laminate as a Nastran Solid CAE::Laminate , and vice versa. | |
| NXOpen::CAE::PhysicalPropertyTable * | CopyPhysicalPropertyTable (NXOpen::CAE::PhysicalPropertyTable *sourcePhysicalPropertyTable) |
| Copies a CAE::PhysicalPropertyTable. | |
| NXOpen::CAE::PhysicalPropertyTable * | CreatePhysicalPropertyTable (const NXString &descriptorType, const NXString &languageName, const NXString &solverName, const NXString &name, int label) |
| Creates a CAE::PhysicalPropertyTable. | |
| NXOpen::CAE::PhysicalPropertyTable * | CreatePhysicalPropertyTable (const char *descriptorType, const char *languageName, const char *solverName, const char *name, int label) |
| Creates a CAE::PhysicalPropertyTable. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::CAE::PhysicalPropertyTable * | FindObject (const NXString &journalIdentifier) |
| Finds the CAE::PhysicalPropertyTable with the given identifier as recorded in a journal. | |
| NXOpen::CAE::PhysicalPropertyTable * | FindObject (const char *journalIdentifier) |
| Finds the CAE::PhysicalPropertyTable with the given identifier as recorded in a journal. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Creates physical property tablesCAE::PhysicalPropertyTable in a fem model.
To obtain an instance of this class, refer to CAE::CaePart
Created in NX5.0.0.
| iterator NXOpen::CAE::PhysicalPropertyTableCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::CAE::Laminate* NXOpen::CAE::PhysicalPropertyTableCollection::CopyLaminatePropertyTableAs2d3d | ( | NXOpen::CAE::Laminate * | sourceLaminate | ) |
Copies a Nastran Shell CAE::Laminate as a Nastran Solid CAE::Laminate , and vice versa.
@return Copy of the source laminate physical property
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
| sourceLaminate | Source laminate physical property to copy |
| NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CopyPhysicalPropertyTable | ( | NXOpen::CAE::PhysicalPropertyTable * | sourcePhysicalPropertyTable | ) |
Copies a CAE::PhysicalPropertyTable.
@return Physical property table copied
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| sourcePhysicalPropertyTable | Physical property table to copy |
| NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CreatePhysicalPropertyTable | ( | const NXString & | descriptorType, |
| const NXString & | languageName, | ||
| const NXString & | solverName, | ||
| const NXString & | name, | ||
| int | label | ||
| ) |
Creates a CAE::PhysicalPropertyTable.
@return Physical property table created
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| descriptorType | Name of the physical property table descriptor NOTE: The full Unicode character set is not supported for this parameter. |
| languageName | language_name where to find the descriptor NOTE: The full Unicode character set is not supported for this parameter. |
| solverName | solver where to find the language NOTE: The full Unicode character set is not supported for this parameter. |
| name | Name of the physical property table NOTE: The full Unicode character set is not supported for this parameter. |
| label | Label for physical property table input 0 to get next available label |
| NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CreatePhysicalPropertyTable | ( | const char * | descriptorType, |
| const char * | languageName, | ||
| const char * | solverName, | ||
| const char * | name, | ||
| int | label | ||
| ) |
Creates a CAE::PhysicalPropertyTable.
@return Physical property table created
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| descriptorType | Name of the physical property table descriptor NOTE: The full Unicode character set is not supported for this parameter. |
| languageName | language_name where to find the descriptor NOTE: The full Unicode character set is not supported for this parameter. |
| solverName | solver where to find the language NOTE: The full Unicode character set is not supported for this parameter. |
| name | Name of the physical property table NOTE: The full Unicode character set is not supported for this parameter. |
| label | Label for physical property table input 0 to get next available label |
| iterator NXOpen::CAE::PhysicalPropertyTableCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the 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. @return Physical property table found
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| journalIdentifier | Identifier to be found |
| NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the 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. @return Physical property table found
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| journalIdentifier | Identifier to be found |
| tag_t NXOpen::CAE::PhysicalPropertyTableCollection::Tag | ( | ) | const |
Returns the tag of this object.