Esempio n. 1
0
 public void SetLocation(gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Translate(gp_Pnt2d P1, gp_Pnt2d P2)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public gp_Circ2d Translated(gp_Pnt2d P1, gp_Pnt2d P2)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Scale(gp_Pnt2d P, double S)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public gp_Circ2d Scaled(gp_Pnt2d P, double S)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public gp_Pnt2d(gp_Pnt2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public gp_Circ2d Rotated(gp_Pnt2d P, double Ang)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public void Mirror(gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public gp_Circ2d Mirrored(gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public gp_Vec2d(gp_Pnt2d P1, gp_Pnt2d P2)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public gp_Ax2d(gp_Pnt2d P, gp_Dir2d V)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public gp_Lin2d Normal(gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public gp_Parab2d(gp_Ax2d theDirectrix, gp_Pnt2d theFocus)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 public bool IsEqual(gp_Pnt2d Other, double LinearTolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public bool Contains(gp_Pnt2d P, double LinearTolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public void Rotate(gp_Pnt2d P, double Ang)
 {
     throw new NotImplementedException();
 }
Esempio n. 17
0
 public double SquareDistance(gp_Pnt2d P)
 {
     throw new NotImplementedException();
 }
Esempio n. 18
0
 public double Distance(gp_Pnt2d Other)
 {
     throw new NotImplementedException();
 }