CFx SDK Documentation 2024 SP0
|
#include <BrElement2d.h>
Public Member Functions | |
OdBrElement2d () | |
~OdBrElement2d () | |
OdBrErrorStatus | getNormal (OdGeVector3d &normal) const |
Public Member Functions inherited from OdBrElement | |
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) |
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
bool | brepChanged () const |
Additional Inherited Members | |
Protected Member Functions inherited from OdBrElement | |
OdBrElement () | |
Protected Member Functions inherited from OdBrMeshEntity | |
OdBrMeshEntity () | |
Protected Attributes inherited from OdBrMeshEntity | |
OdRxObjectPtr | m_pImp |
bool | m_bIsValidate |
This interface class represents linear, two-dimensional first-order elements in a mesh.
<group OdBr_Classes>
Definition at line 40 of file BrElement2d.h.
OdBrElement2d::OdBrElement2d | ( | ) |
Default constructor.
OdBrElement2d::~OdBrElement2d | ( | ) |
Destructor.
OdBrErrorStatus OdBrElement2d::getNormal | ( | OdGeVector3d & | normal | ) | const |
Returns the normal vector of normalized model space. The vector is computed on the plane that is defined by the nodes of element traversed in a clockwise direction.
normal | [out] Normal vector. |