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