API Reference > OdGe Classes > OdGeEllipArc2d Class > OdGeEllipArc2d Methods > OdGeEllipArc2d::isInside Method
OdGeEllipArc2d::isInside Method
Syntax
C++
bool isInside(const OdGePoint2d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint2d& point 
[in] A 2D point to be tested whether it lies on the elliptical arc.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

A boolean value that indicates whether a given point is inside the full ellipse.

Returns true if and only if the specified point lies within the full ellipse. 

 

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