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 propertyAspectId
An internal CAD-package specific Id for the Aspect.
(Inherited from ExportableVisualAspect.)
Public propertyAspectManagedBy
The Aspect that this is managed by.
(Inherited from AspectComponentBase.)
Protected propertyBindingInterface (Inherited from BindableVisualAspect.)
Public propertyCenterOfMassOffset
The local offset for the rigid body's center of mass.
Public propertyContextVisual
The Visual that represents the top level part or assembly from the CAD package.
(Inherited from ExportableVisualAspect.)
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 (Inherited from AspectComponentBase.)
Public propertyIsInitialized (Inherited from AspectComponentBase.)
Public propertyIsReadOnly (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 propertyName
A unique name for the aspect
(Inherited from AspectComponentBase.)
Public propertyVisual (Inherited from VisualAspect.)
Top
See Also