title | description |
---|---|
AlignPosition |
The AlignPosition constraint applies force to move two attachments together, or to move one attachment to a goal position. |
An Class.AlignPosition
constraint applies force to move two attachments together, or to move one attachment to a goal position. As indicated by the name, it only affects the position of the attachments, not their orientation (to align attachments by orientation, see AlignOrientation).
By default, force is applied to the parent of Class.Constraint.Attachment0|Attachment0
at that attachment's location, meaning that if the parent's center of mass is not aligned with the direction of the force, torque will be applied as well as force. Alternatively, force can be applied to the parents' center of mass by toggling on Class.AlignPosition.ApplyAtCenterOfMass|ApplyAtCenterOfMass
.
By default, the constraint only applies force to Class.Constraint.Attachment0|Attachment0
while Class.Constraint.Attachment1|Attachment1
remains unaffected. If desired, force can be applied to both attachments in equal and opposite directions by enabling Class.AlignPosition.ReactionForceEnabled|ReactionForceEnabled
.
You can configure the Class.AlignPosition
constraint to apply the maximum force that constraints allow through the Class.AlignPosition.RigidityEnabled|RigidityEnabled
property. When true, the physics solver reacts as quickly as possible to complete the alignment. When false, the force is determined by Class.AlignPosition.MaxForce|MaxForce
, Class.AlignPosition.MaxVelocity|MaxVelocity
, and Class.AlignPosition.Responsiveness|Responsiveness
.
The Class.AlignPosition.Mode|Mode
property specifies whether the constraint uses one or two attachments in calculating its goal. By default, this is Enum.PositionAlignmentMode|TwoAttachment
, meaning that the constraint disregards Class.AlignPosition.Position|Position
and attempts to move Class.Constraint.Attachment0|Attachment0
to the position of Class.Constraint.Attachment1|Attachment1
. If set to Enum.PositionAlignmentMode|OneAttachment
, the constraint disregards Class.Constraint.Attachment1|Attachment1
and attempts to move Class.Constraint.Attachment0|Attachment0
to Class.AlignPosition.Position|Position
.