|
CFx SDK Documentation
2023 SP0
|
#include <BrHit.h>
Public Member Functions | |
| OdBrHit () | |
| OdBrHit (const OdBrHit &src) | |
| virtual | ~OdBrHit () |
| bool | isEqualTo (const OdBrHit *pOtherHit) const |
| bool | isNull () const |
| OdBrErrorStatus | getEntityHit (OdBrEntity *&entityHit) const |
| OdBrErrorStatus | getEntityEntered (OdBrEntity *&entityEntered) const |
| OdBrErrorStatus | getEntityAssociated (OdBrEntity *&entity) const |
| OdBrErrorStatus | getPoint (OdGePoint3d &point) const |
| OdBrErrorStatus | setValidationLevel (const BrValidationLevel &validationLevel) |
| OdBrErrorStatus | getValidationLevel (BrValidationLevel &validationLevel) const |
| bool | brepChanged () const |
Protected Attributes | |
| void * | m_pHitImp |
| bool | m_bIsValidate |
Friends | |
| class | OdBrEntityInternals |
<group OdBr_Classes>
This class is the interface class for contexted hits generated by line containment queries.
Corresponding C++ library: TD_Br
| OdBrHit::OdBrHit | ( | ) |
| OdBrHit::OdBrHit | ( | const OdBrHit & | src | ) |
|
virtual |
| bool OdBrHit::brepChanged | ( | ) | const |
| OdBrErrorStatus OdBrHit::getEntityAssociated | ( | OdBrEntity *& | entity | ) | const |
| OdBrErrorStatus OdBrHit::getEntityEntered | ( | OdBrEntity *& | entityEntered | ) | const |
| OdBrErrorStatus OdBrHit::getEntityHit | ( | OdBrEntity *& | entityHit | ) | const |
| OdBrErrorStatus OdBrHit::getPoint | ( | OdGePoint3d & | point | ) | const |
| OdBrErrorStatus OdBrHit::getValidationLevel | ( | BrValidationLevel & | validationLevel | ) | const |
| bool OdBrHit::isEqualTo | ( | const OdBrHit * | pOtherHit | ) | const |
| bool OdBrHit::isNull | ( | ) | const |
| OdBrErrorStatus OdBrHit::setValidationLevel | ( | const BrValidationLevel & | validationLevel | ) |