summaryrefslogtreecommitdiff
path: root/inc/TopOpeBRep_Hctxff2d.hxx
blob: 3258ffa7d5c2c29d655acde3875444ec8f67702f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _TopOpeBRep_Hctxff2d_HeaderFile
#define _TopOpeBRep_Hctxff2d_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_TopOpeBRep_Hctxff2d_HeaderFile
#include <Handle_TopOpeBRep_Hctxff2d.hxx>
#endif

#ifndef _TopoDS_Face_HeaderFile
#include <TopoDS_Face.hxx>
#endif
#ifndef _Handle_BRepAdaptor_HSurface_HeaderFile
#include <Handle_BRepAdaptor_HSurface.hxx>
#endif
#ifndef _GeomAbs_SurfaceType_HeaderFile
#include <GeomAbs_SurfaceType.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _MMgt_TShared_HeaderFile
#include <MMgt_TShared.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
class BRepAdaptor_HSurface;
class TopoDS_Face;



class TopOpeBRep_Hctxff2d : public MMgt_TShared {

public:

  
  Standard_EXPORT   TopOpeBRep_Hctxff2d();
  
  Standard_EXPORT     void SetFaces(const TopoDS_Face& F1,const TopoDS_Face& F2) ;
  
  Standard_EXPORT     void SetHSurfaces(const Handle(BRepAdaptor_HSurface)& S1,const Handle(BRepAdaptor_HSurface)& S2) ;
  
  Standard_EXPORT     void SetTolerances(const Standard_Real Tol1,const Standard_Real Tol2) ;
  
  Standard_EXPORT     void GetTolerances(Standard_Real& Tol1,Standard_Real& Tol2) const;
  
  Standard_EXPORT     Standard_Real GetMaxTolerance() const;
  
  Standard_EXPORT    const TopoDS_Face& Face(const Standard_Integer I) const;
  
  Standard_EXPORT     Handle_BRepAdaptor_HSurface HSurface(const Standard_Integer I) const;
  
  Standard_EXPORT     Standard_Boolean SurfacesSameOriented() const;
  
  Standard_EXPORT     Standard_Boolean FacesSameOriented() const;
  
  Standard_EXPORT     Standard_Boolean FaceSameOrientedWithRef(const Standard_Integer I) const;




  DEFINE_STANDARD_RTTI(TopOpeBRep_Hctxff2d)

protected:




private: 

  
  Standard_EXPORT     void SetHSurfacesPrivate() ;

TopoDS_Face myFace1;
Handle_BRepAdaptor_HSurface mySurface1;
GeomAbs_SurfaceType mySurfaceType1;
Standard_Boolean myf1surf1F_sameoriented;
TopoDS_Face myFace2;
Handle_BRepAdaptor_HSurface mySurface2;
GeomAbs_SurfaceType mySurfaceType2;
Standard_Boolean myf2surf1F_sameoriented;
Standard_Boolean mySurfacesSameOriented;
Standard_Boolean myFacesSameOriented;
Standard_Real myTol1;
Standard_Real myTol2;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif