Exemple #1
0
 public void Translate(gpPnt2d P1, gpPnt2d P2)
 {
     gp_Ax2d_Translate5F54ADE3(Instance, P1.Instance, P2.Instance);
 }
Exemple #2
0
 public void SetScale(gpPnt2d P, double S)
 {
     gp_Trsf2d_SetScaleE3062737(Instance, P.Instance, S);
 }
Exemple #3
0
 public void SetTranslation(gpPnt2d P1, gpPnt2d P2)
 {
     gp_Trsf2d_SetTranslation5F54ADE3(Instance, P1.Instance, P2.Instance);
 }
Exemple #4
0
 public void Scale(gpPnt2d P, double S)
 {
     gp_Ax2d_ScaleE3062737(Instance, P.Instance, S);
 }
 public gpAx22d(gpPnt2d P, gpDir2d V, bool Sense)
     :
     base(gp_Ax22d_CtorE18CA5E9(P.Instance, V.Instance, Sense))
 {
 }
Exemple #6
0
 public void Mirror(gpPnt2d P)
 {
     gp_Ax2d_Mirror6203658C(Instance, P.Instance);
 }
Exemple #7
0
 public void Rotate(gpPnt2d P, double Ang)
 {
     gp_Ax2d_RotateE3062737(Instance, P.Instance, Ang);
 }
 public bool Contains(gpPnt2d P, double LinearTolerance)
 {
     return(gp_Circ2d_ContainsE3062737(Instance, P.Instance, LinearTolerance));
 }
 public double SquareDistance(gpPnt2d P)
 {
     return(gp_Circ2d_SquareDistance6203658C(Instance, P.Instance));
 }
Exemple #10
0
 public bool IsEqual(gpPnt2d Other, double LinearTolerance)
 {
     return(gp_Pnt2d_IsEqualE3062737(Instance, Other.Instance, LinearTolerance));
 }
Exemple #11
0
 public double SquareDistance(gpPnt2d Other)
 {
     return(gp_Pnt2d_SquareDistance6203658C(Instance, Other.Instance));
 }
Exemple #12
0
 public gpLin2d Normal(gpPnt2d P)
 {
     return(new gpLin2d(gp_Lin2d_Normal6203658C(Instance, P.Instance)));
 }
Exemple #13
0
 public double Distance(gpPnt2d P)
 {
     return(gp_Lin2d_Distance6203658C(Instance, P.Instance));
 }
Exemple #14
0
 public gpVec2d(gpPnt2d P1, gpPnt2d P2)
     :
     base(gp_Vec2d_Ctor5F54ADE3(P1.Instance, P2.Instance))
 {
 }
Exemple #15
0
 public gpAx2d Translated(gpPnt2d P1, gpPnt2d P2)
 {
     return(new gpAx2d(gp_Ax2d_Translated5F54ADE3(Instance, P1.Instance, P2.Instance)));
 }
 public gpParab2d(gpAx2d D, gpPnt2d F, bool Sense)
     :
     base(gp_Parab2d_CtorF2803558(D.Instance, F.Instance, Sense))
 {
 }
Exemple #17
0
 public gpAx2d(gpPnt2d P, gpDir2d V)
     :
     base(gp_Ax2d_Ctor2E9C6BD1(P.Instance, V.Instance))
 {
 }
 public gpParab2d(gpAx22d D, gpPnt2d F)
     :
     base(gp_Parab2d_Ctor3DE242E8(D.Instance, F.Instance))
 {
 }
Exemple #19
0
 public gpAx2d Mirrored(gpPnt2d P)
 {
     return(new gpAx2d(gp_Ax2d_Mirrored6203658C(Instance, P.Instance)));
 }
Exemple #20
0
 public void SetMirror(gpPnt2d P)
 {
     gp_Trsf2d_SetMirror6203658C(Instance, P.Instance);
 }
Exemple #21
0
 public gpAx2d Rotated(gpPnt2d P, double Ang)
 {
     return(new gpAx2d(gp_Ax2d_RotatedE3062737(Instance, P.Instance, Ang)));
 }
Exemple #22
0
 public void SetRotation(gpPnt2d P, double Ang)
 {
     gp_Trsf2d_SetRotationE3062737(Instance, P.Instance, Ang);
 }
Exemple #23
0
 public gpAx2d Scaled(gpPnt2d P, double S)
 {
     return(new gpAx2d(gp_Ax2d_ScaledE3062737(Instance, P.Instance, S)));
 }
 public gpAx22d(gpPnt2d P, gpDir2d Vx, gpDir2d Vy)
     :
     base(gp_Ax22d_CtorE3FB4CCB(P.Instance, Vx.Instance, Vy.Instance))
 {
 }