예제 #1
0
 public void Mirror(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public gp_Circ2d Mirrored(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public bool IsParallel(gp_Ax2d Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public double Angle(gp_Ax2d Other)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public gp_Ax2d(gp_Ax2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public bool IsCoaxial(gp_Ax2d Other, double AngularTolerance, double LinearTolerance)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public void SetPosition(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public gp_Parab2d(gp_Ax2d theMirrorAx_is, double theFocalLength)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public void SetAffinity(gp_Ax2d A, double Ratio)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public gp_Lin2d(gp_Ax2d A)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #11
0
 public gp_Hypr2d(gp_Ax2d MajorAx_is, double MajorRadius, double MinorRadius, bool Sense)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #12
0
 public gp_Ax22d(gp_Ax2d A, bool Sense)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #13
0
 public gp_Parab2d(gp_Ax2d theDirectrix, gp_Pnt2d theFocus)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #14
0
 public gp_Circ2d(gp_Ax2d XAx_is, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #15
0
 public gp_Elips2d(gp_Ax2d MajorAx_is, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #16
0
 public void SetYAxis(gp_Ax2d A)
 {
     throw new NotImplementedException();
 }
예제 #17
0
 public void SetTransformation(gp_Ax2d ToSystem)
 {
     throw new NotImplementedException();
 }