API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::controlPointAt Method
OdGeNurbSurface::controlPointAt Method
Syntax
C++
OdGePoint3d controlPointAt(int iIdxU, int iIdxV) const;
Parameters 
Description 
int iIdxU 
[in] Control point index for U-dimension.  
int iIdxV 
[in] Control point index for V-dimension. 

Returns the specified control point in the control point array. 

 

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