CFx SDK Documentation 2024 SP0
|
#include <BrMesh2d.h>
Public Member Functions | |
OdBrMesh2d () | |
~OdBrMesh2d () | |
Public Member Functions inherited from OdBrMesh | |
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) |
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
bool | brepChanged () const |
Additional Inherited Members | |
Protected Member Functions inherited from OdBrMesh | |
OdBrMesh () | |
Protected Member Functions inherited from OdBrMeshEntity | |
OdBrMeshEntity () | |
Protected Attributes inherited from OdBrMeshEntity | |
OdRxObjectPtr | m_pImp |
bool | m_bIsValidate |
This class defines the interface class for 2D meshes.
<group OdBr_Classes>
Definition at line 40 of file BrMesh2d.h.
OdBrMesh2d::OdBrMesh2d | ( | ) |
Default constructor.
OdBrMesh2d::~OdBrMesh2d | ( | ) |
Destructor.