API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Methods > contains Method > OdGeExtents3d::contains Method (OdGeExtents3d&, OdGeTol&)
OdGeExtents3d::contains Method (OdGeExtents3d&, OdGeTol&)
Syntax
C++
bool contains(const OdGeExtents3d& extents, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeExtents3d& extents 
[in] A 3D Extents object that is tested to be within this extents.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

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

 

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