![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class is used to send the description of an Edge to the classifier. It contains an Edge and a Face. So the PCurve of the Edge can be found. More...
#include <BRepClass_Edge.hxx>
Public Member Functions | |
| BRepClass_Edge () | |
| BRepClass_Edge (const TopoDS_Edge &E, const TopoDS_Face &F) | |
| TopoDS_Edge & | Edge () |
| Returns the current Edge. | |
| const TopoDS_Edge & | Edge () const |
| TopoDS_Face & | Face () |
| Returns the Face for the current Edge. | |
| const TopoDS_Face & | Face () const |
| const TopoDS_Edge & | NextEdge () const |
| Returns the next Edge. | |
| void | SetNextEdge (const NCollection_IndexedDataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > &theMapVE) |
| Finds and sets the next Edge for the current. | |
| double | MaxTolerance () const |
| Returns the maximum tolerance. | |
| void | SetMaxTolerance (const double theValue) |
| Sets the maximum tolerance at which to start checking in the intersector. | |
| bool | UseBndBox () const |
| Returns true if we are using boxes in the intersector. | |
| void | SetUseBndBox (const bool theValue) |
| Sets the status of whether we are using boxes or not. | |
This class is used to send the description of an Edge to the classifier. It contains an Edge and a Face. So the PCurve of the Edge can be found.
| BRepClass_Edge::BRepClass_Edge | ( | ) |
| BRepClass_Edge::BRepClass_Edge | ( | const TopoDS_Edge & | E, |
| const TopoDS_Face & | F ) |
|
inline |
Returns the current Edge.
|
inline |
|
inline |
Returns the Face for the current Edge.
|
inline |
|
inline |
Returns the maximum tolerance.
|
inline |
Returns the next Edge.
Sets the maximum tolerance at which to start checking in the intersector.
| void BRepClass_Edge::SetNextEdge | ( | const NCollection_IndexedDataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > & | theMapVE | ) |
Finds and sets the next Edge for the current.
Sets the status of whether we are using boxes or not.
|
inline |
Returns true if we are using boxes in the intersector.