API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > OdGeEllipArc3d::isCircular Method
OdGeEllipArc3d::isCircular Method
Syntax
C++
bool isCircular(const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

A boolean value that indicates whether a given arc is circular.

Returns true if and only if the major and minor radii of the ellipse are the same within the specified tolerance. 

 

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