API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::getPeriodInV Method
OdDbNurbSurface::getPeriodInV Method
Syntax
C++
OdResult getPeriodInV(double& dPeriod) const;
Parameters 
Description 
double& dPeriod 
[out] A passed-in parameter for returning the period value in the v direction.
 

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

Returns the period value in the v direction for the surface. Returned value is valid only if the surface is periodic in the v direction. 

 

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