NX Open C++ Reference Guide
|
This class represents an Interface to the Finite Element Model. More...
Public Member Functions | |
NXOpen::CAE::FEElementLabelMap * | FeelementLabelMap () |
Returns a CAE::FEElement Label to CAE::FEElement Map for this Interface to the Finite Element Model. | |
NXOpen::CAE::FENodeLabelMap * | FenodeLabelMap () |
Returns a CAE::FENode Label to CAE::FENode Map for this Interface to the Finite Element Model. | |
NXOpen::CAE::IMeshManager * | MeshManager () |
Returns the IMeshManager Created in NX3.0.0. |
This class represents an Interface to the Finite Element Model.
Returns a CAE::FEElement Label to CAE::FEElement Map for this Interface to the Finite Element Model.
Note: When accessing this map for an assembly fem, it is the responsibility of the user to make sure that there are no element label conflicts. If conflicts exist, there is no guarantee which element will be returned.
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns a CAE::FENode Label to CAE::FENode Map for this Interface to the Finite Element Model.
Note: When accessing this map for an assembly fem, it is the responsibility of the user to make sure that there are no node label conflicts. If conflicts exist, there is no guarantee which node will be returned.
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the IMeshManager
Created in NX3.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")