Click or drag to resize

ParameterType Enumeration

[Missing <summary> documentation for "T:Demo3D.Visuals.KJE.ParameterType"]

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ParameterType
Members
  Member nameValueDescription
Dimensionless0 The parameter is dimensionless.
Distance1 The parameter represents a distance.
AngleDiscontinuous2 The parameter represents an angle that is discontinuous, ending at bounds or infinity.
AngleContinuous3 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.
See Also