Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::getPeriodInV Method
Syntax
C++
OdResult getPeriodInV(double& dPeriod) const;

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. 

 

Parameters
Description
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.

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