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