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