|
CFx SDK Documentation 2026 SP0
|
#include <GiIntersectionsCalculator.h>
Public Member Functions | |
| OdGiEdgeForIntersectTest (OdGiExtents3dSpacePoint &pt1, OdGiExtents3dSpacePoint &pt2, OdUInt32 uniqueID) | |
Public Member Functions inherited from OdGiExtents3dSpaceEdge | |
| OdGiExtents3dSpaceEdge (OdGiExtents3dSpacePoint &pt1, OdGiExtents3dSpacePoint &pt2, OdUInt32 uniqueID) | |
| void | setVisited (bool bVisit) |
| bool | isVisited () const |
| OdUInt32 | getSecondVertex (OdUInt32 iDfirst) const |
| 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 (OdUInt32 uniqueID) | |
| OdUInt32 | getID () const |
| void | setID (OdUInt32 uniqueID) |
Public Attributes | |
| bool | m_bIsTouchingEdge |
Public Attributes inherited from OdGiExtents3dSpaceEdge | |
| OdUInt32 | m_iVert1 |
| OdUInt32 | m_iVert2 |
| bool | m_bVisited |
| bool | m_bIsVisible |
Library: Source code provided.
Definition at line 119 of file GiIntersectionsCalculator.h.
|
inline |
Definition at line 125 of file GiIntersectionsCalculator.h.
| bool OdGiEdgeForIntersectTest::m_bIsTouchingEdge |
Definition at line 123 of file GiIntersectionsCalculator.h.