|
Open CASCADE Technology
6.5.4
|
Arc iterator. Returns only Forward and Reversed edges from
the face in an undigested order.
#include <BRepGProp_Domain.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | BRepGProp_Domain () |
| Empty constructor. | |
| BRepGProp_Domain (const TopoDS_Face &F) | |
| Constructor. Initializes the domain with the face. | |
| void | Init (const TopoDS_Face &F) |
| Initializes the domain with the face. | |
| Standard_Boolean | More () |
| Returns True if there is another arc of curve in the list. | |
| void | Init () |
| Initializes the exploration with the face already set. | |
| const TopoDS_Edge & | Value () |
| Returns the current edge. | |
| void | Next () |
| Sets the index of the arc iterator to the next arc of curve. | |
1.8.0