NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Motion::RecurdynSolverProperty Class Reference

Represents a NXOpen::Motion::RecurdynSolverProperty
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::Motion::RecurdynSolverProperty:
NXOpen::TaggedObject

Public Types

enum  StaticIntegratorTypes { StaticIntegratorTypesNewtonRapson, StaticIntegratorTypesRobustNewtonRapson }
 Integrator type. More...
 

Public Member Functions

double CosimSampleTime ()
 Returns the sampling time for co-simulation
More...
 
NXOpen::ExpressionCosimSampleTimeExpression ()
 Returns the sampling time for co-simulation expression
Created in NX8.5.0. More...
 
NXString CosimSimModel ()
 Returns the simulink model for co-simulation
Created in NX6.0.0. More...
 
double DynamicErrorTolerance ()
 Returns the dynamic error tolerance
More...
 
NXOpen::ExpressionDynamicErrorToleranceExpression ()
 Returns the dynamic error tolerance expression
Created in NX8.5.0. More...
 
double DynamicInitialStepSize ()
 Returns the dynamic initial step size
More...
 
NXOpen::ExpressionDynamicInitialStepSizeExpression ()
 Returns the dynamic initial step size expression
Created in NX8.5.0. More...
 
int DynamicMaxKinIteration ()
 Returns the Maximum kinematic iteration
Created in NX5.0.0. More...
 
double DynamicMaxStepSize ()
 Returns the dynamic max step size
More...
 
NXOpen::ExpressionDynamicMaxStepSizeExpression ()
 Returns the dynamic max step size expression
Created in NX8.5.0. More...
 
double DynamicNumericalDamping ()
 Returns the dynamic numerical damping
More...
 
NXOpen::ExpressionDynamicNumericalDampingExpression ()
 Returns the dynamic numerical damping expression
Created in NX8.5.0. More...
 
void SetCosimSampleTime (double cosimSampleTime)
 Sets the sampling time for co-simulation
More...
 
void SetCosimSimModel (const NXString &cosimSimModel)
 Sets the simulink model for co-simulation
Created in NX6.0.0. More...
 
void SetCosimSimModel (const char *cosimSimModel)
 Sets the simulink model for co-simulation
Created in NX6.0.0. More...
 
void SetDynamicErrorTolerance (double dynamicErrorTolerance)
 Sets the dynamic error tolerance
More...
 
void SetDynamicInitialStepSize (double dynamicInitialStepSize)
 Sets the dynamic initial step size
More...
 
void SetDynamicMaxKinIteration (int dynamicMaxKinIteration)
 Sets the Maximum kinematic iteration
Created in NX5.0.0. More...
 
void SetDynamicMaxStepSize (double dynamicMaxStepSize)
 Sets the dynamic max step size
More...
 
void SetDynamicNumericalDamping (double dynamicNumericalDamping)
 Sets the dynamic numerical damping
More...
 
void SetStaticErrorTolerance (double staticErrorTolerance)
 Sets the static error tolerance
More...
 
void SetStaticInitialStepSize (double staticInitialStepSize)
 Sets the static initial step size
More...
 
void SetStaticIntegratorType (NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes integratorType)
 Sets the integrator type
Created in NX5.0.0. More...
 
void SetStaticMaxIteration (int staticMaxIteration)
 Sets the static max iteration
Created in NX5.0.0. More...
 
void SetStaticMaxStepSize (double staticMaxStepSize)
 Sets the static max step size
More...
 
void SetStaticStability (double staticStability)
 Sets the static stability
More...
 
double StaticErrorTolerance ()
 Returns the static error tolerance
More...
 
NXOpen::ExpressionStaticErrorToleranceExpression ()
 Returns the static error tolerance expression
Created in NX8.5.0. More...
 
double StaticInitialStepSize ()
 Returns the static initial step size
More...
 
NXOpen::ExpressionStaticInitialStepSizeExpression ()
 Returns the static initial step size expression
Created in NX8.5.0. More...
 
NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes StaticIntegratorType ()
 Returns the integrator type
Created in NX5.0.0. More...
 
int StaticMaxIteration ()
 Returns the static max iteration
Created in NX5.0.0. More...
 
double StaticMaxStepSize ()
 Returns the static max step size
More...
 
NXOpen::ExpressionStaticMaxStepSizeExpression ()
 Returns the static max step size expression
Created in NX8.5.0. More...
 
double StaticStability ()
 Returns the static stability
More...
 
NXOpen::ExpressionStaticStabilityExpression ()
 Returns the static stability expression
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Motion::RecurdynSolverProperty
Created in NX5.0.0.


Member Enumeration Documentation

Integrator type.

Enumerator
StaticIntegratorTypesNewtonRapson 

Newton rapson.

StaticIntegratorTypesRobustNewtonRapson 

Robust newton rapson.

Member Function Documentation

double NXOpen::Motion::RecurdynSolverProperty::CosimSampleTime ( )

Returns the sampling time for co-simulation

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::CosimSampleTimeExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
cosimSampleTimecosimsampletime
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSimModel ( const NXString cosimSimModel)

Sets the simulink model for co-simulation
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
cosimSimModelcosimsimmodel
void NXOpen::Motion::RecurdynSolverProperty::SetCosimSimModel ( const char *  cosimSimModel)

Sets the simulink model for co-simulation
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
cosimSimModelcosimsimmodel
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicErrorTolerance ( double  dynamicErrorTolerance)

Sets the dynamic error tolerance

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::DynamicErrorToleranceExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicErrorTolerancedynamicerrortolerance
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicInitialStepSize ( double  dynamicInitialStepSize)

Sets the dynamic initial step size

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::DynamicInitialStepSizeExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicInitialStepSizedynamicinitialstepsize
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicMaxKinIteration ( int  dynamicMaxKinIteration)

Sets the Maximum kinematic iteration
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicMaxKinIterationdynamicmaxkiniteration
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicMaxStepSize ( double  dynamicMaxStepSize)

Sets the dynamic max step size

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::DynamicMaxStepSizeExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicMaxStepSizedynamicmaxstepsize
void NXOpen::Motion::RecurdynSolverProperty::SetDynamicNumericalDamping ( double  dynamicNumericalDamping)

Sets the dynamic numerical damping

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicNumericalDampingdynamicnumericaldamping
void NXOpen::Motion::RecurdynSolverProperty::SetStaticErrorTolerance ( double  staticErrorTolerance)

Sets the static error tolerance

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
staticErrorTolerancestaticerrortolerance
void NXOpen::Motion::RecurdynSolverProperty::SetStaticInitialStepSize ( double  staticInitialStepSize)

Sets the static initial step size

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::StaticInitialStepSizeExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
staticInitialStepSizestaticinitialstepsize
void NXOpen::Motion::RecurdynSolverProperty::SetStaticIntegratorType ( NXOpen::Motion::RecurdynSolverProperty::StaticIntegratorTypes  integratorType)

Sets the integrator type
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
integratorTypeintegratortype
void NXOpen::Motion::RecurdynSolverProperty::SetStaticMaxIteration ( int  staticMaxIteration)

Sets the static max iteration
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
staticMaxIterationstaticmaxiteration
void NXOpen::Motion::RecurdynSolverProperty::SetStaticMaxStepSize ( double  staticMaxStepSize)

Sets the static max step size

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::StaticMaxStepSizeExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
staticMaxStepSizestaticmaxstepsize
void NXOpen::Motion::RecurdynSolverProperty::SetStaticStability ( double  staticStability)

Sets the static stability

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::Motion::RecurdynSolverProperty::StaticStabilityExpression to query or edit it.


Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
staticStabilitystaticstability
double NXOpen::Motion::RecurdynSolverProperty::StaticErrorTolerance ( )

Returns the static error tolerance

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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

Deprecated:
Deprecated in NX8.5.0.

Obtion the expression using NXOpen::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


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.