ForceLimitMode
The ForceLimitMode enum determines how the maximum force for a constraint is specified and how that limit is enforced by the constraint.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
578 | Magnitude | 0 | A single number is used to specify the magnitude of the maximum constraint force. The constraint will ensure that the force it applies will have a magnitude that is less than this limit. | |
578 | PerAxis | 1 | A vector is used to specify the maximum force value along each axis of a given reference frame. The constraint will ensure that each component of the force will have an absolute value that's less than the corresponding vector entry. |
Description
This enum is used to determine how the maximum force for a constraint is specified and how that limit will be enforced by the constraint.