Close

Relief for ODA Team in Ukraine

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

Determines whether the surface is periodic in the v direction. 

 

Parameters
Description
bIsPeriodic
[out] A passed-in parameter for returning the indicator of whether the surface is periodic in the v direction. bIsPeriodic is equal to true if the surface is periodic in the v 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.