Click or drag to resize
DigitalRuneRigidBodyMassFrame Property
Gets or sets the mass frame which defines the mass properties of this body.

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

Property Value

Type: MassFrame
The mass frame. Per default a mass frame is computed for the current Shape, Scale and a density of 1000.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
If the mass frame is modified, related properties, like PoseCenterOfMass are updated automatically.
See Also