Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExtents2d::contains Method (const OdGeExtents2d&, const OdGeTol&)
Syntax
C++
bool contains(const OdGeExtents2d& extents, const OdGeTol& tol = OdGeContext::gTol) const;

Indicates whether this OdGeExtents2d object contains the specified extents. 

 

Parameters
Description
extents
[in] 2D extents that is tested to be within these extents.
tol
[in] Tolerance of measurement error.

true if the specified Extents object is completely inside these extents. Otherwise returns false.

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