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

true if and only if the base of this cone is a full circle within the specified tolerance, false otherwise. 

 

Checks if the base of this cone is a full circle within the specified tolerance.

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