API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Methods > contains Method > OdGeExtents3d::contains Method (OdGePoint3d&, OdGeTol&)
OdGeExtents3d::contains Method (OdGePoint3d&, OdGeTol&)
Syntax
C++
bool contains(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] A 3D point that is presumably contained inside this extents.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if this Extents object contains the specified point. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.