public double HyperbolaParameter(gp_Ax22d Pos, double MajorRadius, double MinorRadius, gp_Pnt2d P) { throw new NotImplementedException(); }
public double ParabolaParameter(gp_Ax22d Pos, gp_Pnt2d P) { throw new NotImplementedException(); }
public gp_Vec2d HyperbolaDN(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius, int N) { throw new NotImplementedException(); }
public gp_Vec2d ParabolaDN(double U, gp_Ax22d Pos, double Focal, int N) { throw new NotImplementedException(); }
public GCE2d_MakeHyperbola(gp_Ax22d Ax_is, double MajorRadius, double MinorRadius) : base() { throw new NotImplementedException(); }
public gce_MakeCirc2d(gp_Ax22d Ax_is, double Radius) : base() { throw new NotImplementedException(); }
public void ParabolaD2(double U, gp_Ax22d Pos, double Focal, gp_Pnt2d P, gp_Vec2d V1, gp_Vec2d V2) { throw new NotImplementedException(); }
public Geom2d_Parabola(gp_Ax22d Ax_is, double Focal) : base() { throw new NotImplementedException(); }
public gp_Pnt2d ParabolaValue(double U, gp_Ax22d Pos, double Focal) { throw new NotImplementedException(); }
public void EllipseD2(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius, gp_Pnt2d P, gp_Vec2d V1, gp_Vec2d V2) { throw new NotImplementedException(); }
public gp_Pnt2d HyperbolaValue(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius) { throw new NotImplementedException(); }
public gp_Pnt2d CircleValue(double U, gp_Ax22d Pos, double Radius) { throw new NotImplementedException(); }
public GCE2d_MakeCircle(gp_Ax22d A, double Radius) : base() { throw new NotImplementedException(); }
public gp_Ax2 To3d(gp_Ax2 Pos, gp_Ax22d A) { throw new NotImplementedException(); }
public void CircleD3(double U, gp_Ax22d Pos, double Radius, gp_Pnt2d P, gp_Vec2d V1, gp_Vec2d V2, gp_Vec2d V3) { throw new NotImplementedException(); }
public gce_MakeParab2d(gp_Ax22d A, double Focal) : base() { throw new NotImplementedException(); }
public void HyperbolaD3(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius, gp_Pnt2d P, gp_Vec2d V1, gp_Vec2d V2, gp_Vec2d V3) { throw new NotImplementedException(); }
public gce_MakeHypr2d(gp_Ax22d A, double MajorRadius, double MinorRadius) : base() { throw new NotImplementedException(); }
public gp_Vec2d CircleDN(double U, gp_Ax22d Pos, double Radius, int N) { throw new NotImplementedException(); }
public void SetAxis(gp_Ax22d theA) { throw new NotImplementedException(); }
public Geom2d_Ellipse(gp_Ax22d Ax_is, double MajorRadius, double MinorRadius) : base() { throw new NotImplementedException(); }