MeshToRasterValue Enumeration
Specifies whether the maximum or minimum height of a mesh is used to create a raster in GeometryConversionOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum MeshToRasterValue
Values
Value name | Value | Description |
---|---|---|
MinZ | 0 | The minimum value of the mesh will be used for the raster. |
MaxZ | 1 | The maximum value of the mesh will be used for the raster. |
Platforms
Windows, Linux, Android