CFx SDK Documentation
2022 SP0
|
#include <BrElement.h>
Public Member Functions | |
virtual | ~OdBrElement () |
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 | |
OdBrElement () | |
OdBrElement (const OdBrElement &src) | |
OdBrElement & | operator= (const OdBrElement &src) |
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 mesh elements. Each element is represented by an ordered, minimal closed subset of connected nodes in a mesh.
<group OdBr_Classes>
Definition at line 39 of file BrElement.h.
|
virtual |
Virtual destructor.
|
protected |
Default constructor.
|
protected |
Copy constructor.
|
protected |
Assignment operator.