API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isClosedInV Method
OdModelerGeometry::isClosedInV Method
Syntax
C++
virtual OdResult isClosedInV(bool& bIsClosed) const = 0;
Parameters 
Description 
bool& bIsClosed 
[out] Passed-in parameter for returning the indicator of whether the ModelerGeometry object is closed in the V direction. bIsClosed is true if the ModelerGeometry object is closed in the V direction, otherwise it is false.
 

eOk if successful or an appropriate error code otherwise.

Determines whether the ModelerGeometry object is closed in the V direction. 

 

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