ParameterMode Enumeration |
Parameter modes.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic enum ParameterMode
Members|
| Member name | Value | Description |
|---|
| ForwardKinematic | 0 |
The parameter is driven by the user either by directly setting the value or through the
use of a motor.
|
| InverseKinematic | 1 |
The parameter is determined by the solver in order to satisfy any goals and loop closure
constraints.
|
| Passive | 2 |
The parameter is driven by a user-defined expression in terms of one or more other
parameters.
|
See Also