Click or drag to resize

IEntityRotationalAcceleration Properties

The IEntityRotationalAcceleration type exposes the following members.

Properties
  NameDescription
Public propertyOrientation
Gets the transactional property that holds the orientation of the entity. To obtain the axes in which the orientation is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityOrientation.)
Public propertyRotationalAcceleration
Gets the transactional property that holds the rotational acceleration of the entity. To obtain the axes in which the rotational acceleration is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
Public propertyRotationalVelocity
Gets the transactional property that holds the rotational velocity of the entity. To obtain the axes in which the rotational velocity is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityRotationalVelocity.)
Top
See Also