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

Returns true if and only if the input point lies within the full circle of this arc. 

 

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