Close

Relief for ODA Team in Ukraine

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

Indicates whether this OdGeExtents2d object contains the specified point. 

 

Parameters
Description
point
[in] A 2D point that is presumably contained inside these extents.
tol
[in] Tolerance of measurement error.

true if this OdGeExtents2d object contains the specified point. Otherwise returns false.

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