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] A passed-in parameter for returning the indicator of whether the ModelerGeometry object is closed in the v direction. bIsClosed is equal to true if the ModelerGeometry object is closed in the v direction, otherwise it is equal to false.
 

Returns eOk if successful.

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

 

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