NX Open C++ Reference Guide
|
This class represents an Interface to the Finite Element Model. More...
Public Member Functions | |
virtual std::vector < NXOpen::CAE::FEModelOccurrence * > | GetChildren ()=0 |
Returns the child components of this component. | |
virtual NXOpen::CAE::IFEModel * | Parent ()=0 |
Returns the parent fem of this object, can be NULL Created in NX6.0.0. |
This class represents an Interface to the Finite Element Model.
Created in NX6.0.0.
virtual std::vector<NXOpen::CAE::FEModelOccurrence *> NXOpen::CAE::IHierarchicalFEModel::GetChildren | ( | ) | [pure virtual] |
Returns the child components of this component.
Implemented in NXOpen::CAE::AssyFEModel, and NXOpen::CAE::FEModelOccurrence.
virtual NXOpen::CAE::IFEModel* NXOpen::CAE::IHierarchicalFEModel::Parent | ( | ) | [pure virtual] |
Returns the parent fem of this object, can be NULL
Created in NX6.0.0.
License requirements : None
Implemented in NXOpen::CAE::AssyFEModel, and NXOpen::CAE::FEModelOccurrence.