|
CFx SDK Documentation 2024 SP0
|
#include <GiIntersectionsCalculator.h>
Public Member Functions | |
| OdGiEdgeForIntersectTest (OdGiExtents3dSpacePoint &pt1, OdGiExtents3dSpacePoint &pt2, OdInt64 uniqueID) | |
Public Member Functions inherited from OdGiExtents3dSpaceEdge | |
| OdGiExtents3dSpaceEdge (OdGiExtents3dSpacePoint &pt1, OdGiExtents3dSpacePoint &pt2, OdInt64 uniqueID) | |
| void | setVisited (bool bVisit) |
| bool | isVisited () |
| OdUInt64 | getSecondVertex (OdUInt64 iDfirst) |
| bool | isInExtents (OdGeExtents3d &extents) const |
| bool | isInExtents (OdGeExtents2d &extents) const |
| bool | isEqual (OdGiExtentsSpaceObject *pObject, const OdGeTol &tol=OdGeContext::gTol) const |
Public Member Functions inherited from OdGiExtentsSpaceObject | |
| OdGiExtentsSpaceObject (OdUInt64 uniqueID) | |
| OdUInt64 | getID () const |
| void | setID (OdUInt64 uniqueID) |
| virtual bool | isInExtents (OdGeExtents3d &extents) const =0 |
| virtual bool | isInExtents (OdGeExtents2d &extents) const =0 |
| virtual bool | isEqual (OdGiExtentsSpaceObject *pObject, const OdGeTol &tol=OdGeContext::gTol) const =0 |
Public Attributes | |
| bool | m_bIsTouchingEdge |
Public Attributes inherited from OdGiExtents3dSpaceEdge | |
| OdUInt64 | m_iVert1 |
| OdUInt64 | m_iVert2 |
| bool | m_bVisited |
| bool | m_bIsVisible |
Library: Source code provided.
Definition at line 115 of file GiIntersectionsCalculator.h.
|
inline |
Definition at line 121 of file GiIntersectionsCalculator.h.
| bool OdGiEdgeForIntersectTest::m_bIsTouchingEdge |
Definition at line 119 of file GiIntersectionsCalculator.h.