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