| ConstraintSettingsNumberOfConstraintIterations Property |
Gets or sets the number of constraint iterations per time step.
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public int NumberOfConstraintIterations { get; set; }
Public Property NumberOfConstraintIterations As Integer
Get
Set
public:
property int NumberOfConstraintIterations {
int get ();
void set (int value);
}
member NumberOfConstraintIterations : int with get, set
Property Value
Type:
Int32The number of constraint iterations. Must be positive. The default value is 10.
Exceptions Remarks
The constraint solver uses an iterative algorithm. Increasing the number of iterations
improves the simulation stability but makes the simulation slower.
See Also