Click or drag to resize
DigitalRuneWheelMaxSuspensionForce Property
Gets or sets the max suspension force.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public float MaxSuspensionForce { get; set; }

Property Value

Type: Single
The max suspension force.
Remarks
When the suspension is compressed, it executes a force onto the chassis body. This suspension force is limited by the MaxSuspensionForce. This limit does not apply when the MinSuspensionLength is reached because then a larger force can be applied to the chassis to stop the wheel from moving further into the chassis body.
See Also