API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isClosedInU Method
OdModelerGeometry::isClosedInU Method
Syntax
C++
virtual OdResult isClosedInU(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 U direction. bIsClosed is true if the ModelerGeometry object is closed in the U direction, otherwise it is false.
 

eOk if successful or an appropriate error code otherwise.

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

 

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