API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::getNumberOfSpansInV Method
OdDbNurbSurface::getNumberOfSpansInV Method
Syntax
C++
OdResult getNumberOfSpansInV(int& span) const;
Parameters 
Description 
int& span 
[out] A passed-in parameter for returning the number of simple patches in the v direction.
 

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

Returns the simple patches in the v direction. 

 

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