NX Open C++ Reference Guide
|
This class represents a Finite Element Model Occurrence. More...
Public Member Functions | |
NXOpen::TaggedObject * | Find (const NXString &journalIdentifier) |
Finds the object within the CAE::FEModelOccurrence context, with the given identifier as recorded in a journal. | |
NXOpen::CAE::FEModelOccAttribute * | GetAttributes () |
Get the femodel occurrence attributes. | |
virtual std::vector < NXOpen::CAE::FEModelOccurrence * > | GetChildren () |
Returns the child components of this component. | |
NXOpen::Assemblies::Component * | GetComponent () |
Gets the Assemblies::Component associated with this object. | |
void | GetLabelOffsets (int *nodeOffset, int *elemOffset, int *csysOffset) |
Returns node, element, and csys offset of the femodel occurrence. | |
virtual NXOpen::CAE::IFEModel * | Parent () |
Returns the parent fem of this object, can be NULL Created in NX6.0.0. | |
void | SetLabelOffsets (int nodeOffset, int elemOffset, int csysOffset) |
Sets node, element, and csys offset of the femodel occurrence. |
This class represents a Finite Element Model Occurrence.
Only one instance of this class will exist in each sim part file
An instance of this class can not be obtained
NXOpen::TaggedObject* NXOpen::CAE::FEModelOccurrence::Find | ( | const NXString & | journalIdentifier | ) |
Finds the object within the CAE::FEModelOccurrence context, 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.
journalIdentifier | Journal identifier of the object |
Get the femodel occurrence attributes.
virtual std::vector<NXOpen::CAE::FEModelOccurrence *> NXOpen::CAE::FEModelOccurrence::GetChildren | ( | ) | [virtual] |
Returns the child components of this component.
Implements NXOpen::CAE::IHierarchicalFEModel.
Gets the Assemblies::Component associated with this object.
void NXOpen::CAE::FEModelOccurrence::GetLabelOffsets | ( | int * | nodeOffset, |
int * | elemOffset, | ||
int * | csysOffset | ||
) |
Returns node, element, and csys offset of the femodel occurrence.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
nodeOffset | node offset |
elemOffset | element offset |
csysOffset | csys offset |
virtual NXOpen::CAE::IFEModel* NXOpen::CAE::FEModelOccurrence::Parent | ( | ) | [virtual] |
Returns the parent fem of this object, can be NULL
Created in NX6.0.0.
License requirements : None
Implements NXOpen::CAE::IHierarchicalFEModel.
void NXOpen::CAE::FEModelOccurrence::SetLabelOffsets | ( | int | nodeOffset, |
int | elemOffset, | ||
int | csysOffset | ||
) |
Sets node, element, and csys offset of the femodel occurrence.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
nodeOffset | node offset |
elemOffset | element offset |
csysOffset | csys offset |