Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::setControlPointAt Method
Syntax
C++
OdGeNurbSurface& setControlPointAt(int iIdxU, int iIdxV, const OdGePoint3d& iPoint);

Sets the specified control point in the control point array. 

 

Parameters
Description
iIdxU
[in] Control point index for U-dimension in the array of control points.
iIdxV
[in] Control point index for V-dimension in the array of control points.
iPoint
[in] New point to be set at the specified index.

Reference to this OdGeNurbSurface object.

Copyright © 2002-2022. Open Design Alliance All rights reserved.