API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::joinWith Method
OdGeNurbCurve2d::joinWith Method
Syntax
C++
OdGeNurbCurve2d& joinWith(const OdGeNurbCurve2d& curve);
Parameters 
Description 
const OdGeNurbCurve2d& curve 
[in] spline to be joined with this spline. 

Reference to this recomputed OdGeNurbCurve2d object.

Joins the specified OdGeNurbCurve2d with this spline and returns a reference to the recomputed spline. 

 

Both splines must be open and the start point of the input spline must be equal to the endpoint of the initial spline.

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