API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Methods > OdGeBoundBlock2d::contains Method
OdGeBoundBlock2d::contains Method
Syntax
C++
bool contains(const OdGePoint2d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint2d& point 
[in] Any 2D point.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

true if the point is contained in the bounding block.

Checks whether the point is contained in the bounding block. 

 

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