| RigidBodyMassFrame Property |
Gets or sets the mass frame which defines the mass properties of this body.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public MassFrame MassFrame { get; set; }
Public Property MassFrame As MassFrame
Get
Set
public:
property MassFrame^ MassFrame {
MassFrame^ get ();
void set (MassFrame^ value);
}
member MassFrame : MassFrame with 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 Remarks
If the mass frame is modified, related properties, like
PoseCenterOfMass are
updated automatically.
See Also