NX Open C++ Reference Guide
|
Represents loadcases present in a CAE::Result . More...
Public Member Functions | |
int | Label () |
Returns the identifier of the loadcase that comes from a result file Created in NX7.5.0. | |
![]() | |
NXOpen::TaggedObject * | Find (const NXString &journalIdentifier) |
Returns a CAE::BaseIteration. | |
NXOpen::TaggedObject * | Find (const char *journalIdentifier) |
Returns a CAE::BaseIteration. | |
std::vector < NXOpen::CAE::BaseIteration * > | GetIterations () |
Get iteration present in this loadcase. | |
NXString | Name () |
Returns the NX assigned name of the loadcase Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents loadcases present in a CAE::Result .
Loadcases can not be created externally as these cases comes from the result file <br> An instance of this class can not be obtained <br>
Created in NX7.5.0.
int NXOpen::CAE::Loadcase::Label | ( | ) |
Returns the identifier of the loadcase that comes from a result file
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")