Click or drag to resize

GoalLocked Property

Whether the goal should be solved using only the first joint up the chain from the link.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Locked { get; set; }

Property Value

Type: Boolean

Implements

IGoalLocked
Remarks
The solver may be unable to solve the loop closure constraints if this property is set to true. It should generally only be used for mechanisms without any closed loops.
See Also