NX Open C++ Reference Guide
|
Represents a Motion::RecurdynSolverProperty
Created in NX5.0.0.
More...
Public Types | |
enum | StaticIntegratorTypes { StaticIntegratorTypesNewtonRapson, StaticIntegratorTypesRobustNewtonRapson } |
Integrator type. More... | |
Public Member Functions | |
double | CosimSampleTime () |
Returns the sampling time for co-simulation | |
NXOpen::Expression * | CosimSampleTimeExpression () |
Returns the sampling time for co-simulation expression Created in NX8.5.0. | |
NXString | CosimSimModel () |
Returns the simulink model for co-simulation Created in NX6.0.0. | |
double | DynamicErrorTolerance () |
Returns the dynamic error tolerance | |
NXOpen::Expression * | DynamicErrorToleranceExpression () |
Returns the dynamic error tolerance expression Created in NX8.5.0. | |
double | DynamicInitialStepSize () |
Returns the dynamic initial step size | |
NXOpen::Expression * | DynamicInitialStepSizeExpression () |
Returns the dynamic initial step size expression Created in NX8.5.0. | |
int | DynamicMaxKinIteration () |
Returns the Maximum kinematic iteration Created in NX5.0.0. | |
double | DynamicMaxStepSize () |
Returns the dynamic max step size | |
NXOpen::Expression * | DynamicMaxStepSizeExpression () |
Returns the dynamic max step size expression Created in NX8.5.0. | |
double | DynamicNumericalDamping () |
Returns the dynamic numerical damping | |
NXOpen::Expression * | DynamicNumericalDampingExpression () |
Returns the dynamic numerical damping expression Created in NX8.5.0. | |
void | SetCosimSampleTime (double cosimSampleTime) |
Sets the sampling time for co-simulation | |
void | SetCosimSimModel (const NXString &cosimSimModel) |
Sets the simulink model for co-simulation Created in NX6.0.0. | |
void | SetCosimSimModel (const char *cosimSimModel) |
Sets the simulink model for co-simulation Created in NX6.0.0. | |
void | SetDynamicErrorTolerance (double dynamicErrorTolerance) |
Sets the dynamic error tolerance | |
void | SetDynamicInitialStepSize (double dynamicInitialStepSize) |
Sets the dynamic initial step size | |
void | SetDynamicMaxKinIteration (int dynamicMaxKinIteration) |
Sets the Maximum kinematic iteration Created in NX5.0.0. | |
void | SetDynamicMaxStepSize (double dynamicMaxStepSize) |
Sets the dynamic max step size | |
void | SetDynamicNumericalDamping (double dynamicNumericalDamping) |
Sets the dynamic numerical damping | |
void | SetStaticErrorTolerance (double staticErrorTolerance) |
Sets the static error tolerance | |
void | SetStaticInitialStepSize (double staticInitialStepSize) |
Sets the static initial step size | |
void | SetStaticIntegratorType (NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes integratorType) |
Sets the integrator type Created in NX5.0.0. | |
void | SetStaticMaxIteration (int staticMaxIteration) |
Sets the static max iteration Created in NX5.0.0. | |
void | SetStaticMaxStepSize (double staticMaxStepSize) |
Sets the static max step size | |
void | SetStaticStability (double staticStability) |
Sets the static stability | |
double | StaticErrorTolerance () |
Returns the static error tolerance | |
NXOpen::Expression * | StaticErrorToleranceExpression () |
Returns the static error tolerance expression Created in NX8.5.0. | |
double | StaticInitialStepSize () |
Returns the static initial step size | |
NXOpen::Expression * | StaticInitialStepSizeExpression () |
Returns the static initial step size expression Created in NX8.5.0. | |
NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes | StaticIntegratorType () |
Returns the integrator type Created in NX5.0.0. | |
int | StaticMaxIteration () |
Returns the static max iteration Created in NX5.0.0. | |
double | StaticMaxStepSize () |
Returns the static max step size | |
NXOpen::Expression * | StaticMaxStepSizeExpression () |
Returns the static max step size expression Created in NX8.5.0. | |
double | StaticStability () |
Returns the static stability | |
NXOpen::Expression * | StaticStabilityExpression () |
Returns the static stability expression Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Motion::RecurdynSolverProperty
Created in NX5.0.0.
double NXOpen::Motion::RecurdynSolverProperty::CosimSampleTime | ( | ) |
Returns the sampling time for co-simulation
Obtion the expression using Motion::RecurdynSolverProperty::CosimSampleTimeExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::CosimSampleTimeExpression | ( | ) |
Returns the sampling time for co-simulation expression
Created in NX8.5.0.
License requirements : None
NXString NXOpen::Motion::RecurdynSolverProperty::CosimSimModel | ( | ) |
Returns the simulink model for co-simulation
Created in NX6.0.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::DynamicErrorTolerance | ( | ) |
Returns the dynamic error tolerance
Obtion the expression using Motion::RecurdynSolverProperty::DynamicErrorToleranceExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicErrorToleranceExpression | ( | ) |
Returns the dynamic error tolerance expression
Created in NX8.5.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::DynamicInitialStepSize | ( | ) |
Returns the dynamic initial step size
Obtion the expression using Motion::RecurdynSolverProperty::DynamicInitialStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicInitialStepSizeExpression | ( | ) |
Returns the dynamic initial step size expression
Created in NX8.5.0.
License requirements : None
int NXOpen::Motion::RecurdynSolverProperty::DynamicMaxKinIteration | ( | ) |
Returns the Maximum kinematic iteration
Created in NX5.0.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::DynamicMaxStepSize | ( | ) |
Returns the dynamic max step size
Obtion the expression using Motion::RecurdynSolverProperty::DynamicMaxStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicMaxStepSizeExpression | ( | ) |
Returns the dynamic max step size expression
Created in NX8.5.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::DynamicNumericalDamping | ( | ) |
Returns the dynamic numerical damping
Obtion the expression using Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression | ( | ) |
Returns the dynamic numerical damping expression
Created in NX8.5.0.
License requirements : None
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSampleTime | ( | double | cosimSampleTime | ) |
Sets the sampling time for co-simulation
Obtion the expression using Motion::RecurdynSolverProperty::CosimSampleTimeExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
cosimSampleTime | cosimsampletime |
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSimModel | ( | const NXString & | cosimSimModel | ) |
Sets the simulink model for co-simulation
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
cosimSimModel | cosimsimmodel |
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSimModel | ( | const char * | cosimSimModel | ) |
Sets the simulink model for co-simulation
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
cosimSimModel | cosimsimmodel |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicErrorTolerance | ( | double | dynamicErrorTolerance | ) |
Sets the dynamic error tolerance
Obtion the expression using Motion::RecurdynSolverProperty::DynamicErrorToleranceExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicErrorTolerance | dynamicerrortolerance |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicInitialStepSize | ( | double | dynamicInitialStepSize | ) |
Sets the dynamic initial step size
Obtion the expression using Motion::RecurdynSolverProperty::DynamicInitialStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicInitialStepSize | dynamicinitialstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicMaxKinIteration | ( | int | dynamicMaxKinIteration | ) |
Sets the Maximum kinematic iteration
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicMaxKinIteration | dynamicmaxkiniteration |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicMaxStepSize | ( | double | dynamicMaxStepSize | ) |
Sets the dynamic max step size
Obtion the expression using Motion::RecurdynSolverProperty::DynamicMaxStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicMaxStepSize | dynamicmaxstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicNumericalDamping | ( | double | dynamicNumericalDamping | ) |
Sets the dynamic numerical damping
Obtion the expression using Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicNumericalDamping | dynamicnumericaldamping |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticErrorTolerance | ( | double | staticErrorTolerance | ) |
Sets the static error tolerance
Obtion the expression using Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticErrorTolerance | staticerrortolerance |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticInitialStepSize | ( | double | staticInitialStepSize | ) |
Sets the static initial step size
Obtion the expression using Motion::RecurdynSolverProperty::StaticInitialStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticInitialStepSize | staticinitialstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticIntegratorType | ( | NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes | integratorType | ) |
Sets the integrator type
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
integratorType | integratortype |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticMaxIteration | ( | int | staticMaxIteration | ) |
Sets the static max iteration
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticMaxIteration | staticmaxiteration |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticMaxStepSize | ( | double | staticMaxStepSize | ) |
Sets the static max step size
Obtion the expression using Motion::RecurdynSolverProperty::StaticMaxStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticMaxStepSize | staticmaxstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticStability | ( | double | staticStability | ) |
Sets the static stability
Obtion the expression using Motion::RecurdynSolverProperty::StaticStabilityExpression to query or edit it.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticStability | staticstability |
double NXOpen::Motion::RecurdynSolverProperty::StaticErrorTolerance | ( | ) |
Returns the static error tolerance
Obtion the expression using Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticErrorToleranceExpression | ( | ) |
Returns the static error tolerance expression
Created in NX8.5.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::StaticInitialStepSize | ( | ) |
Returns the static initial step size
Obtion the expression using Motion::RecurdynSolverProperty::StaticInitialStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticInitialStepSizeExpression | ( | ) |
Returns the static initial step size expression
Created in NX8.5.0.
License requirements : None
NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorType | ( | ) |
Returns the integrator type
Created in NX5.0.0.
License requirements : None
int NXOpen::Motion::RecurdynSolverProperty::StaticMaxIteration | ( | ) |
Returns the static max iteration
Created in NX5.0.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::StaticMaxStepSize | ( | ) |
Returns the static max step size
Obtion the expression using Motion::RecurdynSolverProperty::StaticMaxStepSizeExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticMaxStepSizeExpression | ( | ) |
Returns the static max step size expression
Created in NX8.5.0.
License requirements : None
double NXOpen::Motion::RecurdynSolverProperty::StaticStability | ( | ) |
Returns the static stability
Obtion the expression using Motion::RecurdynSolverProperty::StaticStabilityExpression to query or edit it.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticStabilityExpression | ( | ) |
Returns the static stability expression
Created in NX8.5.0.
License requirements : None