Exemplo n.º 1
0
 public void Mirror(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public gp_Circ2d Mirrored(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool IsParallel(gp_Ax2d Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public double Angle(gp_Ax2d Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public gp_Ax2d(gp_Ax2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public bool IsCoaxial(gp_Ax2d Other, double AngularTolerance, double LinearTolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public void SetPosition(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public gp_Parab2d(gp_Ax2d theMirrorAx_is, double theFocalLength)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public void SetAffinity(gp_Ax2d A, double Ratio)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public gp_Lin2d(gp_Ax2d A)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public gp_Hypr2d(gp_Ax2d MajorAx_is, double MajorRadius, double MinorRadius, bool Sense)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public gp_Ax22d(gp_Ax2d A, bool Sense)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public gp_Parab2d(gp_Ax2d theDirectrix, gp_Pnt2d theFocus)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public gp_Circ2d(gp_Ax2d XAx_is, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 15
0
 public gp_Elips2d(gp_Ax2d MajorAx_is, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 16
0
 public void SetYAxis(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 17
0
 public void SetTransformation(gp_Ax2d ToSystem)
 {
     throw new NotImplementedException();
 }