Class AdamsSolverProperty
Inheritance
AdamsSolverProperty
Assembly: NXOpen.dll
Syntax
public class AdamsSolverProperty : TaggedObject, IMessageSink
Constructors
AdamsSolverProperty()
Declaration
protected AdamsSolverProperty()
Properties
MaxIteration
Declaration
public int MaxIteration { get; set; }
Property Value
MaxKinematicIteration
Declaration
public int MaxKinematicIteration { get; set; }
Property Value
MaxSolverErrorExpression
Declaration
public Expression MaxSolverErrorExpression { get; }
Property Value
MaxStaticIteration
Declaration
public int MaxStaticIteration { get; set; }
Property Value
MaxStepSizeExpression
Declaration
public Expression MaxStepSizeExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink