Exemplo n.º 1
0
 public double Angle(gpAx2d Other)
 {
     return(gp_Ax2d_Angle90E1386A(Instance, Other.Instance));
 }
Exemplo n.º 2
0
 public bool IsOpposite(gpAx2d Other, double AngularTolerance)
 {
     return(gp_Ax2d_IsOppositeF4E58768(Instance, Other.Instance, AngularTolerance));
 }
Exemplo n.º 3
0
 public bool IsParallel(gpAx2d Other, double AngularTolerance)
 {
     return(gp_Ax2d_IsParallelF4E58768(Instance, Other.Instance, AngularTolerance));
 }
Exemplo n.º 4
0
 public void SetAffinity(gpAx2d A, double Ratio)
 {
     gp_GTrsf2d_SetAffinityF4E58768(Instance, A.Instance, Ratio);
 }
Exemplo n.º 5
0
 public bool IsCoaxial(gpAx2d Other, double AngularTolerance, double LinearTolerance)
 {
     return(gp_Ax2d_IsCoaxial4745308(Instance, Other.Instance, AngularTolerance, LinearTolerance));
 }
Exemplo n.º 6
0
 public void Mirror(gpAx2d A1)
 {
     gp_Vec2d_Mirror90E1386A(Instance, A1.Instance);
 }
Exemplo n.º 7
0
 public void SetTransformation(gpAx2d ToSystem)
 {
     gp_Trsf2d_SetTransformation90E1386A(Instance, ToSystem.Instance);
 }
Exemplo n.º 8
0
 public gpHypr2d(gpAx2d MajorAxis, double MajorRadius, double MinorRadius, bool Sense)
     :
     base(gp_Hypr2d_CtorEB7AC69(MajorAxis.Instance, MajorRadius, MinorRadius, Sense))
 {
 }
Exemplo n.º 9
0
 public void SetMirror(gpAx2d A)
 {
     gp_Trsf2d_SetMirror90E1386A(Instance, A.Instance);
 }
Exemplo n.º 10
0
 public gpParab2d(gpAx2d MirrorAxis, double Focal, bool Sense)
     :
     base(gp_Parab2d_Ctor462C7341(MirrorAxis.Instance, Focal, Sense))
 {
 }
Exemplo n.º 11
0
 public gpParab2d(gpAx2d D, gpPnt2d F, bool Sense)
     :
     base(gp_Parab2d_CtorF2803558(D.Instance, F.Instance, Sense))
 {
 }
Exemplo n.º 12
0
 public gpCirc2d(gpAx2d XAxis, double Radius, bool Sense)
     :
     base(gp_Circ2d_Ctor462C7341(XAxis.Instance, Radius, Sense))
 {
 }
Exemplo n.º 13
0
 public gpLin2d(gpAx2d A)
     :
     base(gp_Lin2d_Ctor90E1386A(A.Instance))
 {
 }
Exemplo n.º 14
0
 public gpVec2d Mirrored(gpAx2d A1)
 {
     return(new gpVec2d(gp_Vec2d_Mirrored90E1386A(Instance, A1.Instance)));
 }
Exemplo n.º 15
0
 public void Mirror(gpAx2d A)
 {
     gp_Ax2d_Mirror90E1386A(Instance, A.Instance);
 }
Exemplo n.º 16
0
 public void SetTransformation(gpAx2d FromSystem1, gpAx2d ToSystem2)
 {
     gp_Trsf2d_SetTransformation1A99B821(Instance, FromSystem1.Instance, ToSystem2.Instance);
 }
Exemplo n.º 17
0
 public gpAx2d Mirrored(gpAx2d A)
 {
     return(new gpAx2d(gp_Ax2d_Mirrored90E1386A(Instance, A.Instance)));
 }
Exemplo n.º 18
0
 public gpAx22d(gpAx2d A, bool Sense)
     :
     base(gp_Ax22d_Ctor2C652E28(A.Instance, Sense))
 {
 }