#include <TopOpeBRep_FaceEdgeIntersector.hxx>
Public Member Functions |
DEFINE_STANDARD_ALLOC | TopOpeBRep_FaceEdgeIntersector () |
void | Perform (const TopoDS_Shape &F, const TopoDS_Shape &E) |
Standard_Boolean | IsEmpty () |
const TopoDS_Shape & | Shape (const Standard_Integer Index) const |
| returns intersected face or edge according to
value of <Index> = 1 or 2
|
void | ForceTolerance (const Standard_Real tol) |
| Force the tolerance values used by the next Perform(S1,S2) call.
|
Standard_Real | Tolerance () const |
| Return the tolerance value used in the last Perform() call
If ForceTolerance() has been called, return the given value.
If not, return value extracted from shapes.
|
Standard_Integer | NbPoints () const |
void | InitPoint () |
Standard_Boolean | MorePoint () const |
void | NextPoint () |
gp_Pnt | Value () const |
| return the 3D point of the current intersection point.
|
Standard_Real | Parameter () const |
| parametre de Value() sur l'arete
|
void | UVPoint (gp_Pnt2d &P) const |
| parametre de Value() sur la face
|
TopAbs_State | State () const |
| IN ou ON / a la face. Les points OUT ne sont pas retournes.
|
TopOpeBRepDS_Transition | Transition (const Standard_Integer Index, const TopAbs_Orientation FaceOrientation) const |
| Index = 1 transition par rapport a la face, en cheminant sur l'arete
|
Standard_Boolean | IsVertex (const TopoDS_Shape &S, const gp_Pnt &P, const Standard_Real Tol, TopoDS_Vertex &V) |
Standard_Boolean | IsVertex (const Standard_Integer I, TopoDS_Vertex &V) |
Standard_Integer | Index () const |
| trace only
|
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: