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

#include <BrBrepShellTraverser.h>

Inheritance diagram for OdBrBrepShellTraverser:
OdBrTraverser

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< OdDbStubPtrArraym_pFSubentPath
 
bool m_bIsValidate
 

Detailed Description

This class is the interface class for BREP shell traversers.

See also
TD_Br

<group OdBr_Classes>

Definition at line 44 of file BrBrepShellTraverser.h.

Constructor & Destructor Documentation

◆ OdBrBrepShellTraverser()

OdBrBrepShellTraverser::OdBrBrepShellTraverser ( )

Member Function Documentation

◆ getBrep()

OdBrBrep OdBrBrepShellTraverser::getBrep ( ) const

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

◆ getShell()

OdBrShell OdBrBrepShellTraverser::getShell ( ) const

Returns the shell object at the current Traverser position.

◆ setBrep()

OdBrErrorStatus OdBrBrepShellTraverser::setBrep ( const OdBrBrep brep)

Sets this Traverser object to a specific BREP shell list.

Parameters
brep[in] Owner of the shell 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.

◆ setBrepAndShell()

OdBrErrorStatus OdBrBrepShellTraverser::setBrepAndShell ( const OdBrShell shell)

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

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

◆ setShell()

OdBrErrorStatus OdBrBrepShellTraverser::setShell ( const OdBrShell shell)

Sets the starting position of this Traverser object.

Parameters
shell[in] Defines the starting position.

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