CFx SDK Documentation
2023 SP0
|
#include <BrMesh2d.h>
Public Member Functions | |
OdBrMesh2d () | |
~OdBrMesh2d () | |
OdBrMesh2d & | operator= (const OdBrMesh2d &src) |
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= *(BrValidationLevel *) NULL) |
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
bool | brepChanged () const |
Additional Inherited Members | |
Protected Member Functions inherited from OdBrMesh | |
OdBrMesh () | |
OdBrMesh & | operator= (const OdBrMesh &) |
Protected Member Functions inherited from OdBrMeshEntity | |
OdBrMeshEntity () | |
OdBrMeshEntity (const OdBrMeshEntity &) | |
OdBrMeshEntity & | operator= (const 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.
OdBrMesh2d& OdBrMesh2d::operator= | ( | const OdBrMesh2d & | src | ) |