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

Returns true if and only if the specified point lies inside the full circle of this arc, and is on the same plane as this arc. 

 

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