public void GetIntersection(GELine pLine, out EN_CLSS_ON_OFF nExists, out double dX, out double dY, out double dZ) { throw new NotImplementedException(); }
public int Intersection(GELine pLine, EN_CLSS_ON_OFF nReverse, EN_CLSS_ON_OFF nRightCorr, out double dX, out double dY, out double dZ) { throw new NotImplementedException(); return(0); }
public double DistanceToParallelLine(GELine pLine) { throw new NotImplementedException(); return(-1); }