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

Returns true if and only if this surface is closed in the V direction. 

 

By default this function throws exception "not Implemented". Should be implemented in derived classes.

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