Table of Contents

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 | Rotation

Freezes all translational and rotational degrees of freedom.

None = 0

No position or rotation axes are frozen.

Position = PositionX | PositionY | PositionZ

Freezes all world-space translation axes.

PositionX = 1

Freezes world-space X translation.

PositionY = 2

Freezes world-space Y translation.

PositionZ = 4

Freezes world-space Z translation.

Rotation = RotationX | RotationY | RotationZ

Freezes all world-space rotation axes.

RotationX = 8

Freezes angular velocity around the world-space X axis.

RotationY = 16

Freezes angular velocity around the world-space Y axis.

RotationZ = 32

Freezes angular velocity around the world-space Z axis.