Click or drag to resize

OptimizationSettingsTolerancesCollinearityDistance Property

This distance is used to detect collinearity of points on a polyline. Two first points define a line. A third point is to be considered laying on this line if its perpendicular distance is less than this value.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public double TolerancesCollinearityDistance { get; set; }

Property Value

Double
See Also