CFx SDK Documentation
2022 SP0
|
#include <BrBrepShellTraverser.h>
Public Member Functions | |
OdBrErrorStatus | setBrep (const OdBrBrep &brep) |
OdBrErrorStatus | setBrepAndShell (const OdBrShell &shell) |
OdBrErrorStatus | setShell (const OdBrShell &shell) |
OdBrShell | getShell () const |
OdBrBrep | getBrep () const |
OdBrBrepShellTraverser () | |
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< OdDbStubPtrArray > | m_pFSubentPath |
bool | m_bIsValidate |
This class is the interface class for BREP shell traversers.
<group OdBr_Classes>
Definition at line 44 of file BrBrepShellTraverser.h.
OdBrBrepShellTraverser::OdBrBrepShellTraverser | ( | ) |
OdBrBrep OdBrBrepShellTraverser::getBrep | ( | ) | const |
Returns the owner of the shell list associated with this Traverser object.
OdBrShell OdBrBrepShellTraverser::getShell | ( | ) | const |
Returns the shell object at the current Traverser position.
OdBrErrorStatus OdBrBrepShellTraverser::setBrep | ( | const OdBrBrep & | brep | ) |
Sets this Traverser object to a specific BREP shell list.
brep | [in] Owner of the shell list. |
Returns odbrOK if successful, or an appropriate error code if not.
OdBrErrorStatus OdBrBrepShellTraverser::setBrepAndShell | ( | const OdBrShell & | shell | ) |
Sets this Traverser object to a specific BREP shell list and starting position.
shell | [in] Defines the shell list and starting position. |
OdBrErrorStatus OdBrBrepShellTraverser::setShell | ( | const OdBrShell & | shell | ) |
Sets the starting position of this Traverser object.
shell | [in] Defines the starting position. |