ParameterType Enumeration |
[Missing <summary> documentation for "T:Demo3D.Visuals.KJE.ParameterType"]
Namespace: Demo3D.Visuals.KJE
public enum ParameterType
| Member name | Value | Description | |
|---|---|---|---|
| Dimensionless | 0 | The parameter is dimensionless. | |
| Distance | 1 | The parameter represents a distance. | |
| AngleDiscontinuous | 2 | The parameter represents an angle that is discontinuous, ending at bounds or infinity. | |
| AngleContinuous | 3 | The parameter represents an angle that is continuous and normalized to the wrap-around interval [0, 360]. Limits restrict a range on this wrap-around interval. Both limits must be specified to restrict a range. |