NX Open C++ Reference Guide
|
This class represents a Finite Element Model. More...
Classes | |
struct | IdSpecificationObject |
Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel. More... | |
Public Member Functions | |
NXOpen::CAE::AbstractionManager * | AbstractionMgr () |
Returns the circular imprint collection belonging to this fem part Created in NX8.0.0. | |
void | AppendFemodel (NXOpen::CAE::FEModel *sourceFem, const NXOpen::CAE::FEModel::IdSpecificationObject &idSpec) |
This method appends finite element model data from a source fem. | |
NXOpen::TaggedObject * | Find (const NXString &journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
NXOpen::CAE::LaminateGlobalLayupMgr * | GlobalLayupMgr () |
Returns the laminate global layup manager belonging to the FEM. |
This class represents a Finite Element Model.
This class will act as the gateway to the Finite Element Nodes (CAE::FENode ) and Elements (CAE::FEElement ) in the model. Only one instance of this class will exist in each fem part file
Returns the circular imprint collection belonging to this fem part
Created in NX8.0.0.
void NXOpen::CAE::FEModel::AppendFemodel | ( | NXOpen::CAE::FEModel * | sourceFem, |
const NXOpen::CAE::FEModel::IdSpecificationObject & | idSpec | ||
) |
This method appends finite element model data from a source fem.
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
sourceFem | Source finite element model to append data from |
idSpec | Node, Element, and Physical property table id specification object |
NXOpen::TaggedObject* NXOpen::CAE::FEModel::Find | ( | const NXString & | journalIdentifier | ) |
Finds the NXObject with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
journalIdentifier | Journal identifier of the object |
Returns the laminate global layup manager belonging to the FEM.
Created in NX3.0.0.