|
CFx SDK Documentation 2026 SP0
|
#include <GiExtentsSpaceTree.h>
Public Member Functions | |
| 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 | |
| OdUInt32 | m_iVert1 |
| OdUInt32 | m_iVert2 |
| bool | m_bVisited |
| bool | m_bIsVisible |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 752 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 763 of file GiExtentsSpaceTree.h.
Definition at line 781 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 791 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 790 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 789 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 779 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 778 of file GiExtentsSpaceTree.h.
| bool OdGiExtents3dSpaceEdge::m_bIsVisible |
Definition at line 760 of file GiExtentsSpaceTree.h.
| bool OdGiExtents3dSpaceEdge::m_bVisited |
Definition at line 759 of file GiExtentsSpaceTree.h.
| OdUInt32 OdGiExtents3dSpaceEdge::m_iVert1 |
Definition at line 757 of file GiExtentsSpaceTree.h.
| OdUInt32 OdGiExtents3dSpaceEdge::m_iVert2 |
Definition at line 758 of file GiExtentsSpaceTree.h.