Esempio n. 1
0
 public gp_Ax2d(gp_Pnt2d P, gp_Dir2d V)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SetDirection(gp_Dir2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public bool IsNormal(gp_Dir2d Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public gp_Vec2d(gp_Dir2d V)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public gp_Dir2d(gp_Dir2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public gp_Dir2d Mirrored(gp_Dir2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void Mirror(gp_Dir2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public double Dot(gp_Dir2d Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public double Crossed(gp_Dir2d Right)
 {
     throw new NotImplementedException();
 }