NX Open C++ Reference Guide
|
Represents a Motion::AdamsSolverProperty
Created in NX5.0.0.
More...
Public Member Functions | |
int | MaxIteration () |
Returns the max iteration Created in NX5.0.0. | |
int | MaxKinematicIteration () |
Returns the max kinematic iteration Created in NX5.0.0. | |
double | MaxSolverError () |
Returns the max solver error Created in NX5.0.0. | |
int | MaxStaticIteration () |
Returns the max static iteration Created in NX5.0.0. | |
double | MaxStepSize () |
Returns the max step size Created in NX5.0.0. | |
void | SetMaxIteration (int maxIteration) |
Sets the max iteration Created in NX5.0.0. | |
void | SetMaxKinematicIteration (int maxKinematicIteration) |
Sets the max kinematic iteration Created in NX5.0.0. | |
void | SetMaxSolverError (double maxSolverError) |
Sets the max solver error Created in NX5.0.0. | |
void | SetMaxStaticIteration (int maxStaticIteration) |
Sets the max static iteration Created in NX5.0.0. | |
void | SetMaxStepSize (double maxStepSize) |
Sets the max step size Created in NX5.0.0. |
Represents a Motion::AdamsSolverProperty
Created in NX5.0.0.
Returns the max iteration
Created in NX5.0.0.
License requirements : None
Returns the max kinematic iteration
Created in NX5.0.0.
License requirements : None
Returns the max solver error
Created in NX5.0.0.
License requirements : None
Returns the max static iteration
Created in NX5.0.0.
License requirements : None
Returns the max step size
Created in NX5.0.0.
License requirements : None
void NXOpen::Motion::AdamsSolverProperty::SetMaxIteration | ( | int | maxIteration | ) |
Sets the max iteration
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
maxIteration | maxiteration |
void NXOpen::Motion::AdamsSolverProperty::SetMaxKinematicIteration | ( | int | maxKinematicIteration | ) |
Sets the max kinematic iteration
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
maxKinematicIteration | maxkinematiciteration |
void NXOpen::Motion::AdamsSolverProperty::SetMaxSolverError | ( | double | maxSolverError | ) |
Sets the max solver error
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
maxSolverError | maxsolvererror |
void NXOpen::Motion::AdamsSolverProperty::SetMaxStaticIteration | ( | int | maxStaticIteration | ) |
Sets the max static iteration
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
maxStaticIteration | maxstaticiteration |
void NXOpen::Motion::AdamsSolverProperty::SetMaxStepSize | ( | double | maxStepSize | ) |
Sets the max step size
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
maxStepSize | maxstepsize |