CFx SDK Documentation  2020SP3
Public Member Functions | List of all members
OdBrBrepFaceTraverser Class Reference

#include <BrBrepFaceTraverser.h>

Inheritance diagram for OdBrBrepFaceTraverser:
OdBrTraverser

Public Member Functions

 OdBrBrepFaceTraverser ()
 
OdBrErrorStatus setBrep (const OdBrBrep &brep)
 
OdBrErrorStatus setBrepAndFace (const OdBrFace &face)
 
OdBrErrorStatus setFace (const OdBrFace &face)
 
OdBrFace getFace () const
 
OdBrBrep getBrep () const
 
- Public Member Functions inherited from OdBrTraverser
bool done () const
 
OdBrErrorStatus next ()
 
OdBrErrorStatus restart ()
 
virtual ~OdBrTraverser ()
 
bool isEqualTo (const OdBrTraverser *pOtherTraverser) const
 
bool isNull () const
 
OdBrErrorStatus setValidationLevel (const BrValidationLevel &level= *(BrValidationLevel *) NULL)
 
OdBrErrorStatus getValidationLevel (BrValidationLevel &level) const
 

Additional Inherited Members

- Protected Member Functions inherited from OdBrTraverser
 OdBrTraverser ()
 
 OdBrTraverser (const OdBrTraverser &source)
 
- Protected Attributes inherited from OdBrTraverser
OdRxObjectPtr m_pImp
 
OdSharedPtr< OdDbStubPtrArraym_pFSubentPath
 
bool m_bIsValidate
 

Detailed Description

This class is the interface class for BREP face traversers.

See also
TD_Br

<group OdBr_Classes>

Definition at line 44 of file BrBrepFaceTraverser.h.

Constructor & Destructor Documentation

◆ OdBrBrepFaceTraverser()

OdBrBrepFaceTraverser::OdBrBrepFaceTraverser ( )

Member Function Documentation

◆ getBrep()

OdBrBrep OdBrBrepFaceTraverser::getBrep ( ) const

Returns the owner of the face list associated with this Traverser object.

◆ getFace()

OdBrFace OdBrBrepFaceTraverser::getFace ( ) const

Returns the face object at the current Traverser position.

◆ setBrep()

OdBrErrorStatus OdBrBrepFaceTraverser::setBrep ( const OdBrBrep brep)

Sets this Traverser object to a specific BREP face list.

Parameters
brep[in] Owner of the face list.
Remarks
This Traverser object is set to the first element in the list.

Returns odbrOK if successful, or an appropriate error code if not.

◆ setBrepAndFace()

OdBrErrorStatus OdBrBrepFaceTraverser::setBrepAndFace ( const OdBrFace face)

Sets this Traverser object to a specific BREP face list and starting position.

Parameters
face[in] Defines the face list and starting position.

◆ setFace()

OdBrErrorStatus OdBrBrepFaceTraverser::setFace ( const OdBrFace face)

Sets the starting position of this Traverser object.

Parameters
face[in] Defines the starting position.

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