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)) { }
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))); }
public gpCylinder Mirrored(gpAx1 A1) { return(new gpCylinder(gp_Cylinder_Mirrored608B963B(Instance, A1.Instance))); }
public gpCylinder Rotated(gpAx1 A1, double Ang) { return(new gpCylinder(gp_Cylinder_Rotated827CB19A(Instance, A1.Instance, Ang))); }
public gpCone Rotated(gpAx1 A1, double Ang) { return(new gpCone(gp_Cone_Rotated827CB19A(Instance, A1.Instance, Ang))); }
public void Mirror(gpAx1 A1) { gp_Cylinder_Mirror608B963B(Instance, A1.Instance); }
public gpCone Mirrored(gpAx1 A1) { return(new gpCone(gp_Cone_Mirrored608B963B(Instance, A1.Instance))); }
public gpSphere Rotated(gpAx1 A1, double Ang) { return(new gpSphere(gp_Sphere_Rotated827CB19A(Instance, A1.Instance, Ang))); }
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)); }
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))); }
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))); }
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))); }
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))); }