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