Class RecurdynSolverProperty
Inheritance
RecurdynSolverProperty
Assembly: NXOpen.dll
Syntax
public class RecurdynSolverProperty : TaggedObject, IMessageSink
Constructors
RecurdynSolverProperty()
Declaration
protected RecurdynSolverProperty()
Properties
CosimSampleTimeExpression
Declaration
public Expression CosimSampleTimeExpression { get; }
Property Value
CosimSimModel
Declaration
public string CosimSimModel { get; set; }
Property Value
DynamicErrorToleranceExpression
Declaration
public Expression DynamicErrorToleranceExpression { get; }
Property Value
DynamicInitialStepSizeExpression
Declaration
public Expression DynamicInitialStepSizeExpression { get; }
Property Value
DynamicMaxKinIteration
Declaration
public int DynamicMaxKinIteration { get; set; }
Property Value
DynamicMaxStepSizeExpression
Declaration
public Expression DynamicMaxStepSizeExpression { get; }
Property Value
DynamicNumericalDampingExpression
Declaration
public Expression DynamicNumericalDampingExpression { get; }
Property Value
RedundantViolationToleranceForAngleExpression
Declaration
public Expression RedundantViolationToleranceForAngleExpression { get; }
Property Value
RedundantViolationToleranceForLengthExpression
Declaration
public Expression RedundantViolationToleranceForLengthExpression { get; }
Property Value
StaticErrorToleranceExpression
Declaration
public Expression StaticErrorToleranceExpression { get; }
Property Value
StaticInitialStepSizeExpression
Declaration
public Expression StaticInitialStepSizeExpression { get; }
Property Value
StaticIntegratorType
Declaration
public RecurdynSolverProperty.StaticIntegratorTypes StaticIntegratorType { get; set; }
Property Value
StaticMaxIteration
Declaration
public int StaticMaxIteration { get; set; }
Property Value
StaticMaxStepSizeExpression
Declaration
public Expression StaticMaxStepSizeExpression { get; }
Property Value
StaticStabilityExpression
Declaration
public Expression StaticStabilityExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink