Open CASCADE Technology  7.7.0
Public Member Functions

BRepSweep_Iterator Class Reference

This class provides iteration services required by the Generating Line (TopoDS Shape) of a BRepSweep. This tool is used to iterate on the direct sub-shapes of a Shape. More...

#include <BRepSweep_Iterator.hxx>

Public Member Functions

 BRepSweep_Iterator ()
 
void Init (const TopoDS_Shape &aShape)
 Reset the Iterator on sub-shapes of <aShape>. More...
 
Standard_Boolean More () const
 Returns True if there is a current sub-shape. More...
 
void Next ()
 Moves to the next sub-shape. More...
 
const TopoDS_ShapeValue () const
 Returns the current sub-shape. More...
 
TopAbs_Orientation Orientation () const
 Returns the orientation of the current sub-shape. More...
 

Detailed Description

This class provides iteration services required by the Generating Line (TopoDS Shape) of a BRepSweep. This tool is used to iterate on the direct sub-shapes of a Shape.

Constructor & Destructor Documentation

◆ BRepSweep_Iterator()

BRepSweep_Iterator::BRepSweep_Iterator ( )

Member Function Documentation

◆ Init()

void BRepSweep_Iterator::Init ( const TopoDS_Shape aShape)

Reset the Iterator on sub-shapes of <aShape>.

◆ More()

Standard_Boolean BRepSweep_Iterator::More ( ) const

Returns True if there is a current sub-shape.

◆ Next()

void BRepSweep_Iterator::Next ( )

Moves to the next sub-shape.

◆ Orientation()

TopAbs_Orientation BRepSweep_Iterator::Orientation ( ) const

Returns the orientation of the current sub-shape.

◆ Value()

const TopoDS_Shape& BRepSweep_Iterator::Value ( ) const

Returns the current sub-shape.


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