#include <TopOpeBRep_FaceEdgeIntersector.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | 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
| TopOpeBRep_FaceEdgeIntersector::TopOpeBRep_FaceEdgeIntersector |
( |
| ) |
|
Member Function Documentation
| void TopOpeBRep_FaceEdgeIntersector::ForceTolerance |
( |
const Standard_Real |
tol | ) |
|
| void TopOpeBRep_FaceEdgeIntersector::InitPoint |
( |
| ) |
|
| void TopOpeBRep_FaceEdgeIntersector::NextPoint |
( |
| ) |
|
| void TopOpeBRep_FaceEdgeIntersector::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* TopOpeBRep_FaceEdgeIntersector::operator new |
( |
size_t |
size | ) |
[inline] |
| void* TopOpeBRep_FaceEdgeIntersector::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| Standard_Real TopOpeBRep_FaceEdgeIntersector::Parameter |
( |
| ) |
const |
| TopAbs_State TopOpeBRep_FaceEdgeIntersector::State |
( |
| ) |
const |
| Standard_Real TopOpeBRep_FaceEdgeIntersector::Tolerance |
( |
| ) |
const |
| void TopOpeBRep_FaceEdgeIntersector::UVPoint |
( |
gp_Pnt2d & |
P | ) |
const |
| gp_Pnt TopOpeBRep_FaceEdgeIntersector::Value |
( |
| ) |
const |
The documentation for this class was generated from the following file: