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