Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::isClosedInU Method
Syntax
C++
OdResult isClosedInU(bool& bIsClosed) const;

Determines whether the surface is closed in the u direction. 

 

Parameters
Description
bIsClosed
[out] A passed-in parameter for returning the indicator of whether the surface is closed in the u direction. bIsClosed is equal to true if the surface is closed in the u direction, otherwise it is equal to false.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

Copyright © 2002-2022. Open Design Alliance All rights reserved.