Click or drag to resize

RigidBodyAspect Properties

The RigidBodyAspect type exposes the following members.

Properties
  NameDescription
Public propertyAngularDamping
The angular damping coefficient (larger values increase the angular velocity lost over time).
Public propertyAngularFactor
The (world) axes in which the rigid body is permitted to rotate. Values of one and zero specify that rotation is disabled and enabled respectively.
Protected propertyapp (Inherited from VisualAspect.)
Public propertyAspectManagedBy
The Aspect that this is managed by.
(Inherited from AspectComponentBase.)
Protected propertyBindingInterface (Inherited from BindableVisualAspect.)
Public propertyBindingNameStore
Manages binding names for aspect bindable items.
(Inherited from AspectComponentBase.)
Public propertyCenterOfMassOffset
The local offset for the rigid body's center of mass.
Protected propertydocument (Inherited from VisualAspect.)
Public propertyDynamic
Public propertyGravityEnabled
Whether gravity should affect the (dynamic) rigid body.
Public propertyId (Inherited from SerializableObject.)
Public propertyIsCollapsed
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.)
Public propertyIsEnabled
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.)
Public propertyIsReadOnly
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.)
Public propertyKinematic
Whether the rigid body is kinematic.
Public propertyLinearDamping
The linear damping coefficient (larger values increase the linear velocity lost over time).
Public propertyLinearFactor
The (world) axes in which the rigid body is permitted to move. Values of one and zero specify that movement is disabled and enabled respectively.
Public propertyMass
The mass of the (dynamic) rigid body.
Public propertySolver
Public propertyVisual (Inherited from VisualAspect.)
Top
See Also