Share

AcBrBrepFaceTraverser

Class Hierarchy

AcRxObject
    AcBrTraverser
        AcBrBrepFaceTraverser

C++

class AcBrBrepFaceTraverser : public AcBrTraverser;

File

brbftrav.h

Description

The AcBrBrepFaceTraverser class is the interface class for brep face traversers. It is used to start a downward hierarchical traversal of the brep portion of an AutoCAD solid, region, or body; or to traverse all of the unique faces in the brep.

Remarks

The intended use of the AcBrBrepFaceTraverser class is to traverse all of the faces in a brep exactly once, in persistent order, starting either with a picked face or a default face; or to seed a downward hierarchical traversal of all of the loops, edges, and vertices on a face.

Links

AcBrBrepFaceTraverser Constructor, AcBrBrepFaceTraverser Methods, AcBrBrepFaceTraverser Operators

See Also

AcBrFaceLoopTraverser, AcBrLoopEdgeTraverser, AcBrEntity

Was this information helpful?