GeometryConversionOperator.MaxError Property
Gets or sets the maximum vertical deviation when converting from raster to mesh.
Syntax
public AttributeVariable< System.Double > MaxError { get; set; }
Property Value
Default: 0.05
The maximum vertical deviation when converting from raster to mesh.
Remarks
The value is interpreted as percent of the average cell width in the raster.
E.g: if you have MaxError = 1.0 and a raster with cell size 5x5 meters, the maximum vertical deviation between the raster and the new mesh will be (1.0 / 100.0) * (5 + 5) / 2 = 0.05 m = 5 cm.
Platforms
Windows, Linux, Android