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: 18.03.00
Syntaxpublic bool Locked { get; set; }Property Value
Type:
BooleanImplements
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