API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getNumberOfControlPointsInU Method
OdModelerGeometry::getNumberOfControlPointsInU Method
Syntax
C++
virtual OdResult getNumberOfControlPointsInU(int& iCount) const = 0;
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 an appropriate error code otherwise.

Returns the quantity of control points in the u direction. 

 

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