LineThinningMethod Enumeration
Specifies the thinning method used by a LineThinningOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum LineThinningMethod
Values
Value name | Value | Description |
---|---|---|
Standard2D | 0 | Points on the output line shall deviate from the original by at most LineThinningOperator.MaxError, which is interpreted as a 2D distance. So, the z coordinates of line nodes are ignored during thinning. |
Standard3D | 1 | Points on the output line shall deviate from the original by at most LineThinningOperator.MaxError, which is interpreted as a 3D distance. The z coordinates of line nodes are assumed to give altitude in meters. |
Platforms
Windows, Linux, Android