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