Open CASCADE Technology 6.6.0
|
#include <TopOpeBRep_FFTransitionTool.hxx>
Static Public Member Functions | |
static TopOpeBRepDS_Transition | ProcessLineTransition (const TopOpeBRep_VPointInter &P, const Standard_Integer Index, const TopAbs_Orientation EdgeOrientation) |
static TopOpeBRepDS_Transition | ProcessLineTransition (const TopOpeBRep_VPointInter &P, const TopOpeBRep_LineInter &L) |
static TopOpeBRepDS_Transition | ProcessEdgeTransition (const TopOpeBRep_VPointInter &P, const Standard_Integer Index, const TopAbs_Orientation LineOrientation) |
static TopOpeBRepDS_Transition | ProcessFaceTransition (const TopOpeBRep_LineInter &L, const Standard_Integer Index, const TopAbs_Orientation FaceOrientation) |
static TopOpeBRepDS_Transition | ProcessEdgeONTransition (const TopOpeBRep_VPointInter &VP, const Standard_Integer Index, const TopoDS_Shape &R, const TopoDS_Shape &E, const TopoDS_Shape &F) |
compute transition on "IntPatch_Restriction line" edge <R> when crossing edge <E> of face <F> at point <VP>. VP is given on edge <E> of face <F> of index <Index> (1 or 2). <VP> has been classified by FacesFiller as TopAbs_ON an edge <R> of the other face than <F> of current (face/face) intersection. Transition depends on the orientation of E in F. This method should be provided by IntPatch_Line (NYI) |
static TopOpeBRepDS_Transition TopOpeBRep_FFTransitionTool::ProcessEdgeONTransition | ( | const TopOpeBRep_VPointInter & | VP, |
const Standard_Integer | Index, | ||
const TopoDS_Shape & | R, | ||
const TopoDS_Shape & | E, | ||
const TopoDS_Shape & | F | ||
) | [static] |
static TopOpeBRepDS_Transition TopOpeBRep_FFTransitionTool::ProcessEdgeTransition | ( | const TopOpeBRep_VPointInter & | P, |
const Standard_Integer | Index, | ||
const TopAbs_Orientation | LineOrientation | ||
) | [static] |
static TopOpeBRepDS_Transition TopOpeBRep_FFTransitionTool::ProcessFaceTransition | ( | const TopOpeBRep_LineInter & | L, |
const Standard_Integer | Index, | ||
const TopAbs_Orientation | FaceOrientation | ||
) | [static] |
static TopOpeBRepDS_Transition TopOpeBRep_FFTransitionTool::ProcessLineTransition | ( | const TopOpeBRep_VPointInter & | P, |
const Standard_Integer | Index, | ||
const TopAbs_Orientation | EdgeOrientation | ||
) | [static] |
static TopOpeBRepDS_Transition TopOpeBRep_FFTransitionTool::ProcessLineTransition | ( | const TopOpeBRep_VPointInter & | P, |
const TopOpeBRep_LineInter & | L | ||
) | [static] |