CFx SDK Documentation 2024 SP0
|
#include <BrNode.h>
Public Member Functions | |
OdBrNode () | |
~OdBrNode () | |
OdBrErrorStatus | getPoint (OdGePoint3d &point) const |
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 OdBrMeshEntity | |
OdBrMeshEntity () | |
Protected Attributes inherited from OdBrMeshEntity | |
OdRxObjectPtr | m_pImp |
bool | m_bIsValidate |
This interface class represents nodes in a mesh.
<group OdBr_Classes>
OdBrNode::OdBrNode | ( | ) |
Default constructor.
OdBrNode::~OdBrNode | ( | ) |
Destructor.
OdBrErrorStatus OdBrNode::getPoint | ( | OdGePoint3d & | point | ) | const |
Returns the base point of this node.
point | [out] Base point. |