示例#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();
 }