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] 3D extents that are tested to be within these extents.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

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

Checks whether if this OdGeExtents3d object contains the specified extents. 

 

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