This method calculates the distance of the array to a line only in case, when the distance is smaller then MaxDist else Utils.big will be returned. You can imagine a cylinders with radius MaxDist around the polygon. If now the line goes through the one of the cylinder, then this is a good one and the distance will be calculated and returned.
This method calculates the distance of the array to a line only in case, when the distance is smaller then MaxDist else Utils.big will be returned. You can imagine a cylinders with radius MaxDist around the polygon. If now the line goes through the one of the cylinder, then this is a good one and the distance will be calculated and returned.
public double Distance(LineType,double,out double,out double);
Calculates the distance to an other xyzArray A, if this distance is smaller than MaxDist else big will be returned
public double Distance(xyzArray,double,out double,out double);