API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > OdGeEllipArc3d::isInside Method
OdGeEllipArc3d::isInside Method
Syntax
C++
bool isInside(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] A 3D 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, and on the plane of the ellipse. 

 

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