Exemplo n.º 1
0
 public gp_Ax2(gp_Pnt P, gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void SetYDirection(gp_Dir Vy)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public gp_Dir(gp_Dir parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public gp_Vec(gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void Mirror(gp_Dir V)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public gp_Dir Mirrored(gp_Dir V)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public double Dot(gp_Dir Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public double DotCross(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public void CrossCross(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public gp_Dir CrossCrossed(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public gp_Dir Crossed(gp_Dir Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public void Cross(gp_Dir Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public double AngleWithRef(gp_Dir Other, gp_Dir VRef)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public bool IsParallel(gp_Dir Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 15
0
 public bool IsOpposite(gp_Dir Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }