NX Open C++ Reference Guide
|
Represents the condtion to end an optimization
Created in NX8.0.0.
More...
Public Member Functions | |
int | MaximumIterationNumber () |
Returns the maximum number of iteration during the optimization Created in NX8.0.0. | |
void | SetMaximumIterationNumber (int iterationNumber) |
Sets the maximum number of iteration during the optimization Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the condtion to end an optimization
Created in NX8.0.0.
int NXOpen::CAE::Optimization::TBSStopCondition::MaximumIterationNumber | ( | ) |
Returns the maximum number of iteration during the optimization
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSStopCondition::SetMaximumIterationNumber | ( | int | iterationNumber | ) |
Sets the maximum number of iteration during the optimization
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
iterationNumber | iterationnumber |