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