API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::isPeriodicInV Method
OdDbNurbSurface::isPeriodicInV Method
Syntax
C++
OdResult isPeriodicInV(bool& bIsPeriodic) const;
Parameters 
Description 
bool& 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.

Determines whether the surface is periodic in the v direction. 

 

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