Example #1
0
 public double HyperbolaParameter(gp_Ax22d Pos, double MajorRadius, double MinorRadius, gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public double ParabolaParameter(gp_Ax22d Pos, gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public gp_Vec2d HyperbolaDN(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius, int N)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public gp_Vec2d ParabolaDN(double U, gp_Ax22d Pos, double Focal, int N)
 {
     throw new NotImplementedException();
 }
Example #5
0
 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();
 }
Example #7
0
 public void ParabolaD2(double U, gp_Ax22d Pos, double Focal, gp_Pnt2d P, gp_Vec2d V1, gp_Vec2d V2)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public Geom2d_Parabola(gp_Ax22d Ax_is, double Focal)
     : base()
 {
     throw new NotImplementedException();
 }
Example #9
0
 public gp_Pnt2d ParabolaValue(double U, gp_Ax22d Pos, double Focal)
 {
     throw new NotImplementedException();
 }
Example #10
0
 public void EllipseD2(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius, gp_Pnt2d P, gp_Vec2d V1,
                       gp_Vec2d V2)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public gp_Pnt2d HyperbolaValue(double U, gp_Ax22d Pos, double MajorRadius, double MinorRadius)
 {
     throw new NotImplementedException();
 }
Example #12
0
 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();
 }
Example #14
0
 public gp_Ax2 To3d(gp_Ax2 Pos, gp_Ax22d A)
 {
     throw new NotImplementedException();
 }
Example #15
0
 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();
 }
Example #17
0
 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();
 }
Example #18
0
 public gce_MakeHypr2d(gp_Ax22d A, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
Example #19
0
 public gp_Vec2d CircleDN(double U, gp_Ax22d Pos, double Radius, int N)
 {
     throw new NotImplementedException();
 }
Example #20
0
 public void SetAxis(gp_Ax22d theA)
 {
     throw new NotImplementedException();
 }
Example #21
0
 public Geom2d_Ellipse(gp_Ax22d Ax_is, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }