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.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntaxpublic double TolerancesCollinearityDistance { get; set; }
Property Value
Double
See Also