public double SquareDistance(gpLin Other) { return(gp_Lin_SquareDistance9917D291(Instance, Other.Instance)); }
public bool Contains(gpLin L, double LinearTolerance, double AngularTolerance) { return(gp_Pln_Contains13A123E9(Instance, L.Instance, LinearTolerance, AngularTolerance)); }
public double Angle(gpLin Other) { return(gp_Lin_Angle9917D291(Instance, Other.Instance)); }
public double SquareDistance(gpLin L) { return(gp_Pln_SquareDistance9917D291(Instance, L.Instance)); }