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