Example #1
0
 public Geom_Circle(gp_Ax2 A2, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
Example #2
0
 public BRepPrimAPI_MakeCylinder(gp_Ax2 Axes, double R, double H, double Angle)
     : base()
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void InsertAfter(int theIndex, gp_Ax2 theItem)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public gp_Parab To3d(gp_Ax2 Pos, gp_Parab2d Prb)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public BRepPrim_Revolution(gp_Ax2 A, double VMin, double VMax, Geom_Curve M, Geom2d_Curve PM)
     : base()
 {
     throw new NotImplementedException();
 }
Example #6
0
 public gp_Lin To3d(gp_Ax2 Pos, gp_Lin2d L)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public gp_Elips To3d(gp_Ax2 Pos, gp_Elips2d E)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public void ParabolaD2(double U, gp_Ax2 Pos, double Focal, gp_Pnt P, gp_Vec V1, gp_Vec V2)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public void CircleD3(double U, gp_Ax2 Pos, double Radius, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3)
 {
     throw new NotImplementedException();
 }
Example #10
0
 public gp_Pnt ParabolaValue(double U, gp_Ax2 Pos, double Focal)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public void EllipseD2(double U, gp_Ax2 Pos, double MajorRadius, double MinorRadius, gp_Pnt P, gp_Vec V1,
                       gp_Vec V2)
 {
     throw new NotImplementedException();
 }
Example #12
0
 public gp_Pnt HyperbolaValue(double U, gp_Ax2 Pos, double MajorRadius, double MinorRadius)
 {
     throw new NotImplementedException();
 }
Example #13
0
 public gp_Pnt CircleValue(double U, gp_Ax2 Pos, double Radius)
 {
     throw new NotImplementedException();
 }
Example #14
0
 public BRepPrimAPI_MakeTorus(gp_Ax2 Axes, double R1, double R2, double angle1, double angle2, double angle)
     : base()
 {
     throw new NotImplementedException();
 }
Example #15
0
 public gp_Dir To3d(gp_Ax2 Pos, gp_Dir2d V)
 {
     throw new NotImplementedException();
 }
Example #16
0
 public void HyperbolaD3(double U, gp_Ax2 Pos, double MajorRadius, double MinorRadius, gp_Pnt P, gp_Vec V1,
                         gp_Vec V2, gp_Vec V3)
 {
     throw new NotImplementedException();
 }
Example #17
0
 public gp_Ax2 To3d(gp_Ax2 Pos, gp_Ax22d A)
 {
     throw new NotImplementedException();
 }
Example #18
0
 public gp_Vec CircleDN(double U, gp_Ax2 Pos, double Radius, int N)
 {
     throw new NotImplementedException();
 }
Example #19
0
 public gp_Circ To3d(gp_Ax2 Pos, gp_Circ2d C)
 {
     throw new NotImplementedException();
 }
Example #20
0
 public gp_Vec HyperbolaDN(double U, gp_Ax2 Pos, double MajorRadius, double MinorRadius, int N)
 {
     throw new NotImplementedException();
 }
Example #21
0
 public gp_Hypr To3d(gp_Ax2 Pos, gp_Hypr2d H)
 {
     throw new NotImplementedException();
 }
Example #22
0
 public gp_Vec ParabolaDN(double U, gp_Ax2 Pos, double Focal, int N)
 {
     throw new NotImplementedException();
 }
Example #23
0
 public BRepPrim_Torus(gp_Ax2 Position, double Major, double Minor)
     : base()
 {
     throw new NotImplementedException();
 }
Example #24
0
 public double HyperbolaParameter(gp_Ax2 Pos, double MajorRadius, double MinorRadius, gp_Pnt P)
 {
     throw new NotImplementedException();
 }
Example #25
0
 public BRepPrim_Revolution(gp_Ax2 A, double VMin, double VMax)
     : base()
 {
     throw new NotImplementedException();
 }
Example #26
0
 public double ParabolaParameter(gp_Ax2 Pos, gp_Pnt P)
 {
     throw new NotImplementedException();
 }
Example #27
0
 public void Prepend(gp_Ax2 theItem)
 {
     throw new NotImplementedException();
 }
Example #28
0
 public gp_Pnt To3d(gp_Ax2 Pos, gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Example #29
0
 public void SetValue(int theIndex, gp_Ax2 theItem)
 {
     throw new NotImplementedException();
 }
 public void SetMirror(gp_Ax2 theA2)
 {
     throw new NotImplementedException();
 }