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