CFx SDK Documentation  2023 SP0
Public Member Functions | List of all members
OdBrNode Class Reference

#include <BrNode.h>

Inheritance diagram for OdBrNode:
OdBrMeshEntity

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= *(BrValidationLevel *) NULL)
 
OdBrErrorStatus getValidationLevel (BrValidationLevel &level) const
 
bool brepChanged () const
 

Additional Inherited Members

- Protected Member Functions inherited from OdBrMeshEntity
 OdBrMeshEntity ()
 
 OdBrMeshEntity (const OdBrMeshEntity &)
 
OdBrMeshEntityoperator= (const OdBrMeshEntity &)
 
- Protected Attributes inherited from OdBrMeshEntity
OdRxObjectPtr m_pImp
 
bool m_bIsValidate
 

Detailed Description

This interface class represents nodes in a mesh.

Remarks
This class is implemented only for Spatial modeler.
See also
TD_Br

<group OdBr_Classes>

Definition at line 39 of file BrNode.h.

Constructor & Destructor Documentation

◆ OdBrNode()

OdBrNode::OdBrNode ( )

Default constructor.

◆ ~OdBrNode()

OdBrNode::~OdBrNode ( )

Destructor.

Member Function Documentation

◆ getPoint()

OdBrErrorStatus OdBrNode::getPoint ( OdGePoint3d point) const

Returns the base point of this node.

Parameters
point[out] Base point.
Returns
Returns odbrOK if successful, or an appropriate error code if not.

The documentation for this class was generated from the following file: