SlopeOperatorOutputType Enumeration
Specifies what type of output that a SlopeOperator shall compute.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum SlopeOperatorOutputType
Values
Value name | Value | Description |
---|---|---|
SlopePercent | 0 | The slope in percent, 0 to 254, with 255 as undefined. |
SlopeDegrees | 1 | The slope in degrees, 0 to 90, with 255 as undefined. |
Aspect | 2 | The aspect in degrees clockwise from north, 1 to 360, with -1 as undefined. |
Platforms
Windows, Linux, Android