Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExtents3d::contains Method (const OdGePoint3d&, const OdGeTol&)
Syntax
C++
bool contains(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;

Checks whether this OdGeExtents3d object contains the specified point. 

 

Parameters
Description
point
[in] A 3D point that is presumably contained inside these extents.
tol
[in] Geometric tolerance.

true if and only if this OdGeExtents3d object contains valid extents.

Copyright © 2002-2022. Open Design Alliance All rights reserved.