Open CASCADE Technology  6.9.1
Public Member Functions
BRepGProp_Domain Class Reference

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_EdgeValue ()
 Returns the current edge. More...
 
void Next ()
 Sets the index of the arc iterator to the next arc of curve. More...
 

Detailed Description

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

Constructor & Destructor Documentation

BRepGProp_Domain::BRepGProp_Domain ( )

Empty constructor.

BRepGProp_Domain::BRepGProp_Domain ( const TopoDS_Face F)

Constructor. Initializes the domain with the face.

Member Function Documentation

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.


The documentation for this class was generated from the following file: