Ejemplo n.º 1
0
 public void SetAxis(gp_Ax22d A)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public gp_Circ2d(gp_Ax22d Ax_is, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public gp_Ax22d(gp_Ax22d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public gp_Elips2d(gp_Ax22d A, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public gp_Parab2d(gp_Ax22d theAxes, double theFocalLength)
     : base()
 {
     throw new NotImplementedException();
 }