|
CFx SDK Documentation 2026 SP0
|
#include <GiExtentsSpaceTree.h>
Public Member Functions | |
| OdGiExtents3dSpaceChainPolyline (OdUInt32 uniqueID) | |
| ~OdGiExtents3dSpaceChainPolyline () | |
| virtual void | addVertex (OdGiExtents3dSpacePoint *pVertex) |
| size_t | getNumberOfVertices () |
| size_t | getNumberOfVertices_closed () |
| void | getPoints (OdGePoint3d *pPoints) |
| void | getPoints_closed (OdGePoint3d *pPoints) |
| void | getPoints (OdGePoint3dVector &pts) |
| void | getPoints_closed (OdGePoint3dVector &pts) |
| 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) |
Protected Attributes | |
| OdList< OdGiExtents3dSpacePoint * > | vertices |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 801 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 810 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 812 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Definition at line 814 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 819 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 820 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 830 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 876 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 850 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 881 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 888 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 887 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 886 of file GiExtentsSpaceTree.h.
|
protected |
Definition at line 805 of file GiExtentsSpaceTree.h.