NX Open C++ Reference Guide
|
This class provides interfaces to query iteration attributes
An instance of this class can not be obtained
Created in NX7.5.0.
More...
Public Types | |
enum | IterationType { IterationTypeUnknown = -1, IterationTypeStatic, IterationTypeMode, IterationTypeConstraintMode, IterationTypeTransient, IterationTypeBuckling, IterationTypeNonlinear, IterationTypeFrequencyResponse } |
The Analysis type of a iteration object. More... | |
enum | IterationValueType { IterationValueTypeUnknown = -1, IterationValueTypeTime, IterationValueTypeFrequency, IterationValueTypeLoadFactor, IterationValueTypeEigenvalue } |
The type of value that is stored in a iteration object. More... | |
Public Member Functions | |
NXOpen::TaggedObject * | Find (const NXString &journalIdentifier) |
Returns a CAE::BaseResultType. | |
NXOpen::TaggedObject * | Find (const char *journalIdentifier) |
Returns a CAE::BaseResultType. | |
std::vector < NXOpen::CAE::BaseResultType * > | GetResultTypes () |
Returns the result types present in this iteration. | |
NXString | Name () |
Returns the name of the iteration Created in NX7.5.0. | |
NXOpen::CAE::BaseIteration::IterationType | Type () |
Returns the type of the iteration Created in NX7.5.0. | |
NXOpen::Unit * | Unit () |
Returns the units for the iteration value Created in NX7.5.0. | |
double | Value () |
Returns the iteration value Created in NX7.5.0. | |
NXOpen::CAE::BaseIteration::IterationValueType | ValueType () |
Returns the iteration value type 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. | |
This class provides interfaces to query iteration attributes
An instance of this class can not be obtained
Created in NX7.5.0.
The Analysis type of a iteration object.
IterationTypeStatic |
Static Analysis Iteration. |
IterationTypeMode |
Modal Analysis Iteration. |
IterationTypeConstraintMode |
Constraint Modal Analysis Iteration. |
IterationTypeTransient |
Transient Analysis Iteration. |
IterationTypeBuckling |
Buckling Analysis Iteration. |
IterationTypeNonlinear |
NonLinear Analysis Iteration. |
IterationTypeFrequencyResponse |
Frequency Response Analysis Iteration. |
NXOpen::TaggedObject* NXOpen::CAE::BaseIteration::Find | ( | const NXString & | journalIdentifier | ) |
Returns a CAE::BaseResultType.
journalIdentifier | Journal identifier of the object |
NXOpen::TaggedObject* NXOpen::CAE::BaseIteration::Find | ( | const char * | journalIdentifier | ) |
Returns a CAE::BaseResultType.
journalIdentifier | Journal identifier of the object |
std::vector<NXOpen::CAE::BaseResultType *> NXOpen::CAE::BaseIteration::GetResultTypes | ( | ) |
Returns the result types present in this iteration.
NXString NXOpen::CAE::BaseIteration::Name | ( | ) |
Returns the name of the iteration
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::BaseIteration::IterationType NXOpen::CAE::BaseIteration::Type | ( | ) |
Returns the type of the iteration
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::Unit* NXOpen::CAE::BaseIteration::Unit | ( | ) |
Returns the units for the iteration value
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
double NXOpen::CAE::BaseIteration::Value | ( | ) |
Returns the iteration value
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::BaseIteration::IterationValueType NXOpen::CAE::BaseIteration::ValueType | ( | ) |
Returns the iteration value type
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")