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 Created in NX5.0.0. | |
NXString | CosimSimModel () |
Returns the simulink model for co-simulation Created in NX6.0.0. | |
double | DynamicErrorTolerance () |
Returns the dynamic error tolerance Created in NX5.0.0. | |
double | DynamicInitialStepSize () |
Returns the dynamic initial step size Created in NX5.0.0. | |
int | DynamicMaxKinIteration () |
Returns the Maximum kinematic iteration Created in NX5.0.0. | |
double | DynamicMaxStepSize () |
Returns the dynamic max step size Created in NX5.0.0. | |
double | DynamicNumericalDamping () |
Returns the dynamic numerical damping Created in NX5.0.0. | |
void | SetCosimSampleTime (double cosimSampleTime) |
Sets the sampling time for co-simulation Created in NX5.0.0. | |
void | SetCosimSimModel (const NXString &cosimSimModel) |
Sets the simulink model for co-simulation Created in NX6.0.0. | |
void | SetDynamicErrorTolerance (double dynamicErrorTolerance) |
Sets the dynamic error tolerance Created in NX5.0.0. | |
void | SetDynamicInitialStepSize (double dynamicInitialStepSize) |
Sets the dynamic initial step size Created in NX5.0.0. | |
void | SetDynamicMaxKinIteration (int dynamicMaxKinIteration) |
Sets the Maximum kinematic iteration Created in NX5.0.0. | |
void | SetDynamicMaxStepSize (double dynamicMaxStepSize) |
Sets the dynamic max step size Created in NX5.0.0. | |
void | SetDynamicNumericalDamping (double dynamicNumericalDamping) |
Sets the dynamic numerical damping Created in NX5.0.0. | |
void | SetStaticErrorTolerance (double staticErrorTolerance) |
Sets the static error tolerance Created in NX5.0.0. | |
void | SetStaticInitialStepSize (double staticInitialStepSize) |
Sets the static initial step size Created in NX5.0.0. | |
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 Created in NX5.0.0. | |
void | SetStaticStability (double staticStability) |
Sets the static stability Created in NX5.0.0. | |
double | StaticErrorTolerance () |
Returns the static error tolerance Created in NX5.0.0. | |
double | StaticInitialStepSize () |
Returns the static initial step size Created in NX5.0.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 Created in NX5.0.0. | |
double | StaticStability () |
Returns the static stability Created in NX5.0.0. |
Represents a Motion::RecurdynSolverProperty
Created in NX5.0.0.
Returns the sampling time for co-simulation
Created in NX5.0.0.
License requirements : None
Returns the simulink model for co-simulation
Created in NX6.0.0.
License requirements : None
Returns the dynamic error tolerance
Created in NX5.0.0.
License requirements : None
Returns the dynamic initial step size
Created in NX5.0.0.
License requirements : None
Returns the Maximum kinematic iteration
Created in NX5.0.0.
License requirements : None
Returns the dynamic max step size
Created in NX5.0.0.
License requirements : None
Returns the dynamic numerical damping
Created in NX5.0.0.
License requirements : None
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSampleTime | ( | double | cosimSampleTime | ) |
Sets the sampling time for co-simulation
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::SetDynamicErrorTolerance | ( | double | dynamicErrorTolerance | ) |
Sets the dynamic error tolerance
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicErrorTolerance | dynamicerrortolerance |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicInitialStepSize | ( | double | dynamicInitialStepSize | ) |
Sets the dynamic initial step size
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
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicMaxStepSize | dynamicmaxstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicNumericalDamping | ( | double | dynamicNumericalDamping | ) |
Sets the dynamic numerical damping
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
dynamicNumericalDamping | dynamicnumericaldamping |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticErrorTolerance | ( | double | staticErrorTolerance | ) |
Sets the static error tolerance
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticErrorTolerance | staticerrortolerance |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticInitialStepSize | ( | double | staticInitialStepSize | ) |
Sets the static initial step size
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
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticMaxStepSize | staticmaxstepsize |
void NXOpen::Motion::RecurdynSolverProperty::SetStaticStability | ( | double | staticStability | ) |
Sets the static stability
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
staticStability | staticstability |
Returns the static error tolerance
Created in NX5.0.0.
License requirements : None
Returns the static initial step size
Created in NX5.0.0.
License requirements : None
NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorType | ( | ) |
Returns the integrator type
Created in NX5.0.0.
License requirements : None
Returns the static max iteration
Created in NX5.0.0.
License requirements : None
Returns the static max step size
Created in NX5.0.0.
License requirements : None
Returns the static stability
Created in NX5.0.0.
License requirements : None