API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::getVKnots Method
OdDbNurbSurface::getVKnots Method
Syntax
C++
OdResult getVKnots(OdGeKnotVector& knots) const;
Parameters 
Description 
OdGeKnotVector& knots 
[out] A passed-in parameter for returning the knot vector in the v direction
 

Returns eOk if successful or eFail if the surface doesn't contain knot information.

Returns the knot vector in the v direction. 

 

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