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