Enum BodyFreezeAxes3D
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Identifies the translational and rotational degrees of freedom frozen on a 3D SolidBody.
[Flags]
public enum BodyFreezeAxes3D
Fields
All = Position | RotationFreezes all translational and rotational degrees of freedom.
None = 0No position or rotation axes are frozen.
Position = PositionX | PositionY | PositionZFreezes all world-space translation axes.
PositionX = 1Freezes world-space X translation.
PositionY = 2Freezes world-space Y translation.
PositionZ = 4Freezes world-space Z translation.
Rotation = RotationX | RotationY | RotationZFreezes all world-space rotation axes.
RotationX = 8Freezes angular velocity around the world-space X axis.
RotationY = 16Freezes angular velocity around the world-space Y axis.
RotationZ = 32Freezes angular velocity around the world-space Z axis.