API Reference > OdDg Classes > OdDgBSplineSurface Class > OdDgBSplineSurface Methods > OdDgBSplineSurface::setBoundary Method
OdDgBSplineSurface::setBoundary Method
Syntax
C++
OdResult setBoundary(OdUInt32 uIndex, const OdGePoint2dArray& arrBoundaryPts);
Parameters 
Description 
OdUInt32 uIndex 
[in] Index of boundary contour.  
const OdGePoint2dArray& arrBoundaryPts 
[in] Array of OdGePoint2d( uParam, vParam ), that define boundary contour for surface.  

Returns eOk if successful.

Set boundary contour points of b-spline surface. 

 

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