File indexing completed on 2026-07-10 08:34:05
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _TopOpeBRep_FFTransitionTool_HeaderFile
0018 #define _TopOpeBRep_FFTransitionTool_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022
0023 #include <Standard_Integer.hxx>
0024 #include <TopAbs_Orientation.hxx>
0025 class TopOpeBRepDS_Transition;
0026 class TopOpeBRep_VPointInter;
0027 class TopOpeBRep_LineInter;
0028 class TopoDS_Shape;
0029
0030 class TopOpeBRep_FFTransitionTool
0031 {
0032 public:
0033 DEFINE_STANDARD_ALLOC
0034
0035 Standard_EXPORT static TopOpeBRepDS_Transition ProcessLineTransition(
0036 const TopOpeBRep_VPointInter& P,
0037 const Standard_Integer Index,
0038 const TopAbs_Orientation EdgeOrientation);
0039
0040 Standard_EXPORT static TopOpeBRepDS_Transition ProcessLineTransition(
0041 const TopOpeBRep_VPointInter& P,
0042 const TopOpeBRep_LineInter& L);
0043
0044 Standard_EXPORT static TopOpeBRepDS_Transition ProcessEdgeTransition(
0045 const TopOpeBRep_VPointInter& P,
0046 const Standard_Integer Index,
0047 const TopAbs_Orientation LineOrientation);
0048
0049 Standard_EXPORT static TopOpeBRepDS_Transition ProcessFaceTransition(
0050 const TopOpeBRep_LineInter& L,
0051 const Standard_Integer Index,
0052 const TopAbs_Orientation FaceOrientation);
0053
0054
0055
0056
0057
0058
0059
0060
0061 Standard_EXPORT static TopOpeBRepDS_Transition ProcessEdgeONTransition(
0062 const TopOpeBRep_VPointInter& VP,
0063 const Standard_Integer Index,
0064 const TopoDS_Shape& R,
0065 const TopoDS_Shape& E,
0066 const TopoDS_Shape& F);
0067
0068 protected:
0069 private:
0070 };
0071
0072 #endif