|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions |
static Standard_EXPORT TopOpeBRepDS_Transition | ProcessLineTransition (const TopOpeBRep_VPointInter &P, const Standard_Integer Index, const TopAbs_Orientation EdgeOrientation) |
static Standard_EXPORT TopOpeBRepDS_Transition | ProcessLineTransition (const TopOpeBRep_VPointInter &P, const TopOpeBRep_LineInter &L) |
static Standard_EXPORT TopOpeBRepDS_Transition | ProcessEdgeTransition (const TopOpeBRep_VPointInter &P, const Standard_Integer Index, const TopAbs_Orientation LineOrientation) |
static Standard_EXPORT TopOpeBRepDS_Transition | ProcessFaceTransition (const TopOpeBRep_LineInter &L, const Standard_Integer Index, const TopAbs_Orientation FaceOrientation) |
static Standard_EXPORT 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)
|