Exemple #1
0
 public void GetIntersection(GELine pLine, out EN_CLSS_ON_OFF nExists, out double dX, out double dY, out double dZ)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 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);
 }
Exemple #3
0
 public double DistanceToParallelLine(GELine pLine)
 {
     throw new NotImplementedException();
     return(-1);
 }