|
Open CASCADE Technology
6.7.1
|
#include <HLRBRep_FaceIterator.hxx>
Public Member Functions | |
| HLRBRep_FaceIterator () | |
| void | InitEdge (HLRBRep_FaceData &fd) |
| Begin an exploration of the edges of the face <fd> More... | |
| Standard_Boolean | MoreEdge () const |
| void | NextEdge () |
| Standard_Boolean | BeginningOfWire () const |
Returns True if the current edge is the first of a <br>
wire. <br>
| |
| Standard_Boolean | EndOfWire () const |
Returns True if the current edge is the last of a <br>
wire. <br>
| |
| void | SkipWire () |
Skip the current wire in the exploration. <br> | |
| Handle_HLRAlgo_EdgesBlock | Wire () const |
Returns the edges of the current wire. <br> | |
| Standard_Integer | Edge () const |
| TopAbs_Orientation | Orientation () const |
| Standard_Boolean | OutLine () const |
| Standard_Boolean | Internal () const |
| Standard_Boolean | Double () const |
| Standard_Boolean | IsoLine () const |
| HLRBRep_FaceIterator::HLRBRep_FaceIterator | ( | ) |
| Standard_Boolean HLRBRep_FaceIterator::BeginningOfWire | ( | ) | const |
Returns True if the current edge is the first of a <br>
wire. <br>
| Standard_Boolean HLRBRep_FaceIterator::Double | ( | ) | const |
| Standard_Integer HLRBRep_FaceIterator::Edge | ( | ) | const |
| Standard_Boolean HLRBRep_FaceIterator::EndOfWire | ( | ) | const |
Returns True if the current edge is the last of a <br>
wire. <br>
| void HLRBRep_FaceIterator::InitEdge | ( | HLRBRep_FaceData & | fd | ) |
Begin an exploration of the edges of the face <fd>
| Standard_Boolean HLRBRep_FaceIterator::Internal | ( | ) | const |
| Standard_Boolean HLRBRep_FaceIterator::IsoLine | ( | ) | const |
| Standard_Boolean HLRBRep_FaceIterator::MoreEdge | ( | ) | const |
| void HLRBRep_FaceIterator::NextEdge | ( | ) |
| TopAbs_Orientation HLRBRep_FaceIterator::Orientation | ( | ) | const |
| Standard_Boolean HLRBRep_FaceIterator::OutLine | ( | ) | const |
| void HLRBRep_FaceIterator::SkipWire | ( | ) |
Skip the current wire in the exploration. <br>
| Handle_HLRAlgo_EdgesBlock HLRBRep_FaceIterator::Wire | ( | ) | const |
Returns the edges of the current wire. <br>
1.8.5