Click or drag to resize
DigitalRuneMassFrameMassLimit Property
Gets or sets the mass limit. Mass values above this value are treated as infinite.

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

Property Value

Type: Single
The mass limit in the range [0, ∞[. The default is 1e10.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks

If a mass value (Mass or an element of Inertia) is above this limit, the simulation treats this value as infinite which allows certain optimizations.

See Also