Open CASCADE Technology 6.6.0
Public Member Functions
BRepGProp_Domain Class Reference

Arc iterator. Returns only Forward and Reversed edges from
the face in an undigested order.

#include <BRepGProp_Domain.hxx>

Public Member Functions

 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_EdgeValue ()
 Returns the current edge.

void Next ()
 Sets the index of the arc iterator to the next arc of
curve.


Constructor & Destructor Documentation

BRepGProp_Domain::BRepGProp_Domain ( )
BRepGProp_Domain::BRepGProp_Domain ( const TopoDS_Face F)

Member Function Documentation

void BRepGProp_Domain::Init ( const TopoDS_Face F)
void BRepGProp_Domain::Init ( )
Standard_Boolean BRepGProp_Domain::More ( )
void BRepGProp_Domain::Next ( )
const TopoDS_Edge& BRepGProp_Domain::Value ( )

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines