LevelOfDetail Structure
Represents an input to a LevelOfDetailOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public struct LevelOfDetail :
System.IEquatable<LevelOfDetail>
Remarks
This is a utility object that consists of a limit value and an operator. A collection of LevelOfDetail objects defines the inputs that a LevelOfDetailOperator reads data from.
In Carmenta Studio, it looks like this:
![]() |
Platforms
Windows, Linux, Android
LevelOfDetail Members
The LevelOfDetail type has the following members.
Constructors
Name | Description |
---|---|
LevelOfDetail | Initializes a new instance of the LevelOfDetail class. |
Properties
Name | Description |
---|---|
Input | Gets the input Operator. |
Limit | Gets the least detailed scale, or resolution (in meters), at which the input operator is used. |
Methods
Name | Description |
---|---|
Equals | Overloaded. Determines whether two LevelOfDetail objects have the same value. |
GetHashCode | Returns the hash code for this LevelOfDetail. |
Determines whether two specified LevelOfDetail objects have the same value. | |
Determines whether two specified LevelOfDetail objects have different values. | |
ToString | Converts this LevelOfDetail to a human readable string. |