Open CASCADE Technology 6.6.0
|
Implement the Intersector2d required by the classifier.
#include <BRepClass_Intersector.hxx>
Public Member Functions | |
BRepClass_Intersector () | |
void | Perform (const gp_Lin2d &L, const Standard_Real P, const Standard_Real Tol, const BRepClass_Edge &E) |
Intersect the line segment and the edge. | |
void | LocalGeometry (const BRepClass_Edge &E, const Standard_Real U, gp_Dir2d &T, gp_Dir2d &N, Standard_Real &C) const |
Returns in <T>, <N> and the tangent, normal |
BRepClass_Intersector::BRepClass_Intersector | ( | ) |
void BRepClass_Intersector::LocalGeometry | ( | const BRepClass_Edge & | E, |
const Standard_Real | U, | ||
gp_Dir2d & | T, | ||
gp_Dir2d & | N, | ||
Standard_Real & | C | ||
) | const |
void BRepClass_Intersector::Perform | ( | const gp_Lin2d & | L, |
const Standard_Real | P, | ||
const Standard_Real | Tol, | ||
const BRepClass_Edge & | E | ||
) |