VelocityConstraintMode
The velocity constraint mode sets how the attachment velocity is constrained. The velocity can be constrained to a line, a plane or a vector. See each mode for more details.
Items
Name | Value | Summary |
---|---|---|
Line | 0 | The velocity component in the direction of the line is constrained to the specified value. The line direction is based on the RelativeTo property:
|
Plane | 1 | The velocity components in the plane are constrained to the specified values. The plane tangents are based on the RelativeTo property:
|
Vector | 2 | The velocity components must be equal to the vector components specified. The coordinate system of the vector is based on the RelativeTo property:
|