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

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...
 
NXOpen::ExpressionDynamicErrorToleranceExpression ()
 Returns the dynamic error tolerance expression
Created in NX8.5.0. 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...
 
NXOpen::ExpressionDynamicMaxStepSizeExpression ()
 Returns the dynamic max step size expression
Created in NX8.5.0. More...
 
NXOpen::ExpressionDynamicNumericalDampingExpression ()
 Returns the dynamic numerical damping expression
Created in NX8.5.0. More...
 
NXOpen::ExpressionRedundantViolationToleranceForAngleExpression ()
 Returns the redundant violation tolerance expression for angle
Created in NX11.0.0. More...
 
NXOpen::ExpressionRedundantViolationToleranceForLengthExpression ()
 Returns the redundant violation tolerance expression for length
Created in NX11.0.0. 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 SetDynamicMaxKinIteration (int dynamicMaxKinIteration)
 Sets the Maximum kinematic iteration
Created in NX5.0.0. 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...
 
NXOpen::ExpressionStaticErrorToleranceExpression ()
 Returns the static error tolerance expression
Created in NX8.5.0. 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...
 
NXOpen::ExpressionStaticMaxStepSizeExpression ()
 Returns the static max step size expression
Created in NX8.5.0. 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

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

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicErrorToleranceExpression ( )

Returns the dynamic error tolerance expression
Created in NX8.5.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

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicMaxStepSizeExpression ( )

Returns the dynamic max step size expression
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::DynamicNumericalDampingExpression ( )

Returns the dynamic numerical damping expression
Created in NX8.5.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::RedundantViolationToleranceForAngleExpression ( )

Returns the redundant violation tolerance expression for angle
Created in NX11.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::RedundantViolationToleranceForLengthExpression ( )

Returns the redundant violation tolerance expression for length
Created in NX11.0.0.



License requirements : None

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::SetDynamicMaxKinIteration ( int  dynamicMaxKinIteration)

Sets the Maximum kinematic iteration
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
dynamicMaxKinIterationdynamicmaxkiniteration
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
NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticErrorToleranceExpression ( )

Returns the static error tolerance expression
Created in NX8.5.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

NXOpen::Expression* NXOpen::Motion::RecurdynSolverProperty::StaticMaxStepSizeExpression ( )

Returns the static max step size expression
Created in NX8.5.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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.