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