LevelOfDetailCriteria Enumeration
Specifies whether a LevelOfDetail.Limit is interpreted as scale or resolution.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum LevelOfDetailCriteria
Values
Value name | Value | Description |
---|---|---|
Resolution | 0 | The LevelOfDetail.Limit values of the LevelOfDetailOperator.Inputs are interpreted as resolutions (in meters), by which the View resolution is compared. |
Scale | 1 | The limit values are interpreted as (inverted) scales, by which the View scale is compared. |
Platforms
Windows, Linux, Android