コード例 #1
0
 public void Mirror(gpAx1 A1)
 {
     gp_Sphere_Mirror608B963B(Instance, A1.Instance);
 }
コード例 #2
0
 public void Mirror(gpAx1 A1)
 {
     gp_Hypr_Mirror608B963B(Instance, A1.Instance);
 }
コード例 #3
0
 public void Rotate(gpAx1 A1, double Ang)
 {
     gp_Hypr_Rotate827CB19A(Instance, A1.Instance, Ang);
 }
コード例 #4
0
 public gpLin(gpAx1 A1)
     :
     base(gp_Lin_Ctor608B963B(A1.Instance))
 {
 }
コード例 #5
0
 public void SetMirror(gpAx1 A1)
 {
     gp_Trsf_SetMirror608B963B(Instance, A1.Instance);
 }
コード例 #6
0
 public double Angle(gpAx1 Other)
 {
     return(gp_Ax1_Angle608B963B(Instance, Other.Instance));
 }
コード例 #7
0
 public gpAx1 Rotated(gpAx1 A1, double Ang)
 {
     return(new gpAx1(gp_Ax1_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #8
0
 public gpCylinder Mirrored(gpAx1 A1)
 {
     return(new gpCylinder(gp_Cylinder_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #9
0
 public gpCylinder Rotated(gpAx1 A1, double Ang)
 {
     return(new gpCylinder(gp_Cylinder_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #10
0
 public gpCone Rotated(gpAx1 A1, double Ang)
 {
     return(new gpCone(gp_Cone_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #11
0
 public void Mirror(gpAx1 A1)
 {
     gp_Cylinder_Mirror608B963B(Instance, A1.Instance);
 }
コード例 #12
0
 public gpCone Mirrored(gpAx1 A1)
 {
     return(new gpCone(gp_Cone_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #13
0
 public gpSphere Rotated(gpAx1 A1, double Ang)
 {
     return(new gpSphere(gp_Sphere_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #14
0
 public gpSphere Mirrored(gpAx1 A1)
 {
     return(new gpSphere(gp_Sphere_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #15
0
 public bool IsOpposite(gpAx1 Other, double AngularTolerance)
 {
     return(gp_Ax1_IsOpposite827CB19A(Instance, Other.Instance, AngularTolerance));
 }
コード例 #16
0
 public bool IsCoplanar(gpAx1 A1, double LinearTolerance, double AngularTolerance)
 {
     return(gp_Ax2_IsCoplanar5FECE277(Instance, A1.Instance, LinearTolerance, AngularTolerance));
 }
コード例 #17
0
 public bool IsParallel(gpAx1 Other, double AngularTolerance)
 {
     return(gp_Ax1_IsParallel827CB19A(Instance, Other.Instance, AngularTolerance));
 }
コード例 #18
0
 public gpDir Mirrored(gpAx1 A1)
 {
     return(new gpDir(gp_Dir_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #19
0
 public gpAx1 Mirrored(gpAx1 A1)
 {
     return(new gpAx1(gp_Ax1_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #20
0
 public gpPnt Rotated(gpAx1 A1, double Ang)
 {
     return(new gpPnt(gp_Pnt_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #21
0
 public gpLin Rotated(gpAx1 A1, double Ang)
 {
     return(new gpLin(gp_Lin_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #22
0
 public gpPnt Mirrored(gpAx1 A1)
 {
     return(new gpPnt(gp_Pnt_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #23
0
 public gpLin Mirrored(gpAx1 A1)
 {
     return(new gpLin(gp_Lin_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #24
0
 public gpElips Mirrored(gpAx1 A1)
 {
     return(new gpElips(gp_Elips_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #25
0
 public void SetRotation(gpAx1 A1, double Ang)
 {
     gp_Trsf_SetRotation827CB19A(Instance, A1.Instance, Ang);
 }
コード例 #26
0
 public gpElips Rotated(gpAx1 A1, double Ang)
 {
     return(new gpElips(gp_Elips_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #27
0
 public gpHypr Mirrored(gpAx1 A1)
 {
     return(new gpHypr(gp_Hypr_Mirrored608B963B(Instance, A1.Instance)));
 }
コード例 #28
0
 public bool IsCoaxial(gpAx1 Other, double AngularTolerance, double LinearTolerance)
 {
     return(gp_Ax1_IsCoaxial5FECE277(Instance, Other.Instance, AngularTolerance, LinearTolerance));
 }
コード例 #29
0
 public gpHypr Rotated(gpAx1 A1, double Ang)
 {
     return(new gpHypr(gp_Hypr_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
コード例 #30
0
 public gpTorus Rotated(gpAx1 A1, double Ang)
 {
     return(new gpTorus(gp_Torus_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }