CFx SDK Documentation
2020SP3
|
#include <BrMesh.h>
Public Member Functions | |
virtual | ~OdBrMesh () |
Public Member Functions inherited from OdBrMeshEntity | |
virtual | ~OdBrMeshEntity () |
bool | isEqualTo (const OdBrMeshEntity *other) const |
bool | isNull () const |
OdBrErrorStatus | getEntityAssociated (OdBrEntity *&entity) const |
OdBrErrorStatus | setValidationLevel (const BrValidationLevel &level= *(BrValidationLevel *) NULL) |
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
bool | brepChanged () const |
Protected Member Functions | |
OdBrMesh () | |
OdBrMesh & | operator= (const OdBrMesh &) |
Protected Member Functions inherited from OdBrMeshEntity | |
OdBrMeshEntity () | |
OdBrMeshEntity (const OdBrMeshEntity &) | |
OdBrMeshEntity & | operator= (const OdBrMeshEntity &) |
Additional Inherited Members | |
Protected Attributes inherited from OdBrMeshEntity | |
OdRxObjectPtr | m_pImp |
bool | m_bIsValidate |
This class defines the interface base class for meshes.
<group OdBr_Classes>
|
virtual |
Virtual destructor.
|
protected |
Default constructor.