예제 #1
0
 public double SquareDistance(gpLin Other)
 {
     return(gp_Lin_SquareDistance9917D291(Instance, Other.Instance));
 }
예제 #2
0
 public bool Contains(gpLin L, double LinearTolerance, double AngularTolerance)
 {
     return(gp_Pln_Contains13A123E9(Instance, L.Instance, LinearTolerance, AngularTolerance));
 }
예제 #3
0
 public double Angle(gpLin Other)
 {
     return(gp_Lin_Angle9917D291(Instance, Other.Instance));
 }
예제 #4
0
 public double SquareDistance(gpLin L)
 {
     return(gp_Pln_SquareDistance9917D291(Instance, L.Instance));
 }