NX Open C++ Reference Guide
|
This class represents an Assembly Finite Element Model. More...
Public Member Functions | |
NXOpen::CAE::BeamSectionCollection * | BeamSections () |
Returns the Beam Section collection belonging to the part Created in NX3.0.0. | |
NXOpen::CAE::BoltCollection * | Bolts () |
Returns the connection collector manager belonging to the part Created in NX7.5.0. | |
NXOpen::CAE::CAEConnectionCollection * | CaeConnections () |
Returns the connection collector manager belonging to the part Created in NX3.0.0. | |
NXOpen::Tooling::CaeReuseLibrary * | CaeReuseLibrary () |
Returns the CaeReuseLibrary belonging to the part Created in NX7.5.2. | |
NXOpen::CAE::FluidDomainCollection * | FluidDomains () |
Returns the fluid domain collection belonging to this fem part Created in NX7.5.2. | |
NXOpen::CAE::MeshControlCollection * | MeshControls () |
Returns the mesh control collection belonging to this fem part Created in NX3.0.0. | |
NXOpen::CAE::NodeElementManager * | NodeElementMgr () |
Returns the node element manager belonging to this fem part Created in NX3.0.0. | |
void | UpdateFemodel () |
This method will update the finite element model so that it is in sync with any underlying changes. |
This class represents an Assembly 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 assyfem part file
To obtain an instance of this class, use CAE::BaseFemPart::BaseFEModel
Returns the Beam Section collection belonging to the part
Created in NX3.0.0.
Returns the connection collector manager belonging to the part
Created in NX7.5.0.
Returns the connection collector manager belonging to the part
Created in NX3.0.0.
Returns the CaeReuseLibrary belonging to the part
Created in NX7.5.2.
Returns the fluid domain collection belonging to this fem part
Created in NX7.5.2.
Returns the mesh control collection belonging to this fem part
Created in NX3.0.0.
Returns the node element manager belonging to this fem part
Created in NX3.0.0.
This method will update the finite element model so that it is in sync with any underlying changes.
All FE Meshes that are in the update pending state will be remeshed.
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling")