Open CASCADE Technology
6.5.4
|
TheEdgeFaceTransition is an algorithm to compute
the cumulated transition for interferences on an
edge.
#include <TopCnx_EdgeFaceTransition.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | TopCnx_EdgeFaceTransition () |
Creates an empty algorithm. | |
void | Reset (const gp_Dir &Tgt, const gp_Dir &Norm, const Standard_Real Curv) |
Initialize the algorithm with the local description of the edge. | |
void | Reset (const gp_Dir &Tgt) |
Initialize the algorithm with a linear Edge. | |
void | AddInterference (const Standard_Real Tole, const gp_Dir &Tang, const gp_Dir &Norm, const Standard_Real Curv, const TopAbs_Orientation Or, const TopAbs_Orientation Tr, const TopAbs_Orientation BTr) |
Add a curve element to the boundary. Or is the orientation of the interference on the boundary curve. Tr is the transition of the interference. BTr is the boundary transition of the interference. | |
TopAbs_Orientation | Transition () const |
Returns the current cumulated transition. | |
TopAbs_Orientation | BoundaryTransition () const |
Returns the current cumulated BoundaryTransition. |
void TopCnx_EdgeFaceTransition::AddInterference | ( | const Standard_Real | Tole, |
const gp_Dir & | Tang, | ||
const gp_Dir & | Norm, | ||
const Standard_Real | Curv, | ||
const TopAbs_Orientation | Or, | ||
const TopAbs_Orientation | Tr, | ||
const TopAbs_Orientation | BTr | ||
) |
void TopCnx_EdgeFaceTransition::Reset | ( | const gp_Dir & | Tgt, |
const gp_Dir & | Norm, | ||
const Standard_Real | Curv | ||
) |
void TopCnx_EdgeFaceTransition::Reset | ( | const gp_Dir & | Tgt | ) |