> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/forcelimitmode.md).

# ForceLimitMode

## Overview

ForceLimitMode is an Enum that determines how to specify and limit maximum force in a constraint.

This is used in the ForceLimitMode property of LinearVelocity and defines how the force is limited.

## Items

| Name      | Value | Description                                                                                                                                                       |
| --------- | ----- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Magnitude | 0     | Specifies maximum force with a single scalar value. This ensures that the total force applied does not exceed this limit.                                         |
| PerAxis   | 1     | Specifies the maximum force component along each axis of reference coordinate system as a vector. Each component of the applied force does not exceed this limit. |

## See also

{% content-ref url="/pages/FusLxqJwK8wA5H9rxNSI" %}
[LinearVelocity](/development/api-reference/classes/linearvelocity.md)
{% endcontent-ref %}
