コード例 #1
0
 public double Angle(gpAx2 Other)
 {
     return(gp_Ax2_Angle7895386A(Instance, Other.Instance));
 }
コード例 #2
0
 public bool IsCoplanar(gpAx2 Other, double LinearTolerance, double AngularTolerance)
 {
     return(gp_Ax2_IsCoplanarB1A3BD2A(Instance, Other.Instance, LinearTolerance, AngularTolerance));
 }
コード例 #3
0
 public void Mirror(gpAx2 A2)
 {
     gp_Hypr_Mirror7895386A(Instance, A2.Instance);
 }
コード例 #4
0
 public gpParab Mirrored(gpAx2 A2)
 {
     return(new gpParab(gp_Parab_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #5
0
 public gpAx1 Mirrored(gpAx2 A2)
 {
     return(new gpAx1(gp_Ax1_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #6
0
 public void SetMirror(gpAx2 A2)
 {
     gp_Trsf_SetMirror7895386A(Instance, A2.Instance);
 }
コード例 #7
0
 public void Mirror(gpAx2 A2)
 {
     gp_Sphere_Mirror7895386A(Instance, A2.Instance);
 }
コード例 #8
0
 public gpElips(gpAx2 A2, double MajorRadius, double MinorRadius)
     :
     base(gp_Elips_CtorB1A3BD2A(A2.Instance, MajorRadius, MinorRadius))
 {
 }
コード例 #9
0
 public gpCirc Mirrored(gpAx2 A2)
 {
     return(new gpCirc(gp_Circ_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #10
0
 public gpTorus Mirrored(gpAx2 A2)
 {
     return(new gpTorus(gp_Torus_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #11
0
 public gpCirc(gpAx2 A2, double Radius)
     :
     base(gp_Circ_Ctor673FA07D(A2.Instance, Radius))
 {
 }
コード例 #12
0
 public gpVec Mirrored(gpAx2 A2)
 {
     return(new gpVec(gp_Vec_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #13
0
 public void SetAffinity(gpAx2 A2, double Ratio)
 {
     gp_GTrsf_SetAffinity673FA07D(Instance, A2.Instance, Ratio);
 }
コード例 #14
0
 public gpDir Mirrored(gpAx2 A2)
 {
     return(new gpDir(gp_Dir_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #15
0
 public gpSphere Mirrored(gpAx2 A2)
 {
     return(new gpSphere(gp_Sphere_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #16
0
 public gpPnt Mirrored(gpAx2 A2)
 {
     return(new gpPnt(gp_Pnt_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #17
0
 public gpAx3(gpAx2 A)
     :
     base(gp_Ax3_Ctor7895386A(A.Instance))
 {
 }
コード例 #18
0
 public gpElips Mirrored(gpAx2 A2)
 {
     return(new gpElips(gp_Elips_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #19
0
 public gpCone Mirrored(gpAx2 A2)
 {
     return(new gpCone(gp_Cone_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #20
0
 public gpLin Mirrored(gpAx2 A2)
 {
     return(new gpLin(gp_Lin_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #21
0
 public void Mirror(gpAx2 A2)
 {
     gp_Cylinder_Mirror7895386A(Instance, A2.Instance);
 }
コード例 #22
0
 public gpHypr(gpAx2 A2, double MajorRadius, double MinorRadius)
     :
     base(gp_Hypr_CtorB1A3BD2A(A2.Instance, MajorRadius, MinorRadius))
 {
 }
コード例 #23
0
 public gpCylinder Mirrored(gpAx2 A2)
 {
     return(new gpCylinder(gp_Cylinder_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #24
0
 public gpHypr Mirrored(gpAx2 A2)
 {
     return(new gpHypr(gp_Hypr_Mirrored7895386A(Instance, A2.Instance)));
 }
コード例 #25
0
 public gpParab(gpAx2 A2, double Focal)
     :
     base(gp_Parab_Ctor673FA07D(A2.Instance, Focal))
 {
 }