Click or drag to resize

ParameterMode Enumeration

Parameter modes.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ParameterMode
Members
  Member nameValueDescription
ForwardKinematic0 The parameter is driven by the user either by directly setting the value or through the use of a motor.
InverseKinematic1 The parameter is determined by the solver in order to satisfy any goals and loop closure constraints.
Passive2 The parameter is driven by a user-defined expression in terms of one or more other parameters.
See Also