Exemple #1
0
 public void Mirror(gpAx1 A1)
 {
     gp_Sphere_Mirror608B963B(Instance, A1.Instance);
 }
 public void Mirror(gpAx1 A1)
 {
     gp_Hypr_Mirror608B963B(Instance, A1.Instance);
 }
 public void Rotate(gpAx1 A1, double Ang)
 {
     gp_Hypr_Rotate827CB19A(Instance, A1.Instance, Ang);
 }
 public gpLin(gpAx1 A1)
     :
     base(gp_Lin_Ctor608B963B(A1.Instance))
 {
 }
Exemple #5
0
 public void SetMirror(gpAx1 A1)
 {
     gp_Trsf_SetMirror608B963B(Instance, A1.Instance);
 }
 public double Angle(gpAx1 Other)
 {
     return(gp_Ax1_Angle608B963B(Instance, Other.Instance));
 }
 public gpAx1 Rotated(gpAx1 A1, double Ang)
 {
     return(new gpAx1(gp_Ax1_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
Exemple #8
0
 public gpCylinder Mirrored(gpAx1 A1)
 {
     return(new gpCylinder(gp_Cylinder_Mirrored608B963B(Instance, A1.Instance)));
 }
Exemple #9
0
 public gpCylinder Rotated(gpAx1 A1, double Ang)
 {
     return(new gpCylinder(gp_Cylinder_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
Exemple #10
0
 public gpCone Rotated(gpAx1 A1, double Ang)
 {
     return(new gpCone(gp_Cone_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
Exemple #11
0
 public void Mirror(gpAx1 A1)
 {
     gp_Cylinder_Mirror608B963B(Instance, A1.Instance);
 }
Exemple #12
0
 public gpCone Mirrored(gpAx1 A1)
 {
     return(new gpCone(gp_Cone_Mirrored608B963B(Instance, A1.Instance)));
 }
Exemple #13
0
 public gpSphere Rotated(gpAx1 A1, double Ang)
 {
     return(new gpSphere(gp_Sphere_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
Exemple #14
0
 public gpSphere Mirrored(gpAx1 A1)
 {
     return(new gpSphere(gp_Sphere_Mirrored608B963B(Instance, A1.Instance)));
 }
 public bool IsOpposite(gpAx1 Other, double AngularTolerance)
 {
     return(gp_Ax1_IsOpposite827CB19A(Instance, Other.Instance, AngularTolerance));
 }
Exemple #16
0
 public bool IsCoplanar(gpAx1 A1, double LinearTolerance, double AngularTolerance)
 {
     return(gp_Ax2_IsCoplanar5FECE277(Instance, A1.Instance, LinearTolerance, AngularTolerance));
 }
 public bool IsParallel(gpAx1 Other, double AngularTolerance)
 {
     return(gp_Ax1_IsParallel827CB19A(Instance, Other.Instance, AngularTolerance));
 }
 public gpDir Mirrored(gpAx1 A1)
 {
     return(new gpDir(gp_Dir_Mirrored608B963B(Instance, A1.Instance)));
 }
 public gpAx1 Mirrored(gpAx1 A1)
 {
     return(new gpAx1(gp_Ax1_Mirrored608B963B(Instance, A1.Instance)));
 }
Exemple #20
0
 public gpPnt Rotated(gpAx1 A1, double Ang)
 {
     return(new gpPnt(gp_Pnt_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
 public gpLin Rotated(gpAx1 A1, double Ang)
 {
     return(new gpLin(gp_Lin_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
Exemple #22
0
 public gpPnt Mirrored(gpAx1 A1)
 {
     return(new gpPnt(gp_Pnt_Mirrored608B963B(Instance, A1.Instance)));
 }
 public gpLin Mirrored(gpAx1 A1)
 {
     return(new gpLin(gp_Lin_Mirrored608B963B(Instance, A1.Instance)));
 }
 public gpElips Mirrored(gpAx1 A1)
 {
     return(new gpElips(gp_Elips_Mirrored608B963B(Instance, A1.Instance)));
 }
Exemple #25
0
 public void SetRotation(gpAx1 A1, double Ang)
 {
     gp_Trsf_SetRotation827CB19A(Instance, A1.Instance, Ang);
 }
 public gpElips Rotated(gpAx1 A1, double Ang)
 {
     return(new gpElips(gp_Elips_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
 public gpHypr Mirrored(gpAx1 A1)
 {
     return(new gpHypr(gp_Hypr_Mirrored608B963B(Instance, A1.Instance)));
 }
 public bool IsCoaxial(gpAx1 Other, double AngularTolerance, double LinearTolerance)
 {
     return(gp_Ax1_IsCoaxial5FECE277(Instance, Other.Instance, AngularTolerance, LinearTolerance));
 }
 public gpHypr Rotated(gpAx1 A1, double Ang)
 {
     return(new gpHypr(gp_Hypr_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }
 public gpTorus Rotated(gpAx1 A1, double Ang)
 {
     return(new gpTorus(gp_Torus_Rotated827CB19A(Instance, A1.Instance, Ang)));
 }