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