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