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

true if the specified point is contained in the bounding block, false otherwise.

Checks whether the passed point is contained in the bounding block. 

 

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