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