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