API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::getNumberOfControlPointsInU Method
OdDbNurbSurface::getNumberOfControlPointsInU Method
Syntax
C++
OdResult getNumberOfControlPointsInU(int& iCount) const;
Parameters 
Description 
int& iCount 
[out] A passed-in parameter for returning the quantity of control points in the u direction.
 

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

Returns the quantity of control points in the u direction. 

 

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