API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::joinWith Method
OdGeNurbCurve3d::joinWith Method
Syntax
C++
OdGeNurbCurve3d& joinWith(const OdGeNurbCurve3d& curve, const OdGeTol & iTolerance = OdGeContext::gTol);
Parameters 
Description 
const OdGeNurbCurve3d& curve 
[in] spline to be joined with this spline. 

Reference to this recomputed OdGeNurbCurve3d object.

Joins the specified OdGeNurbCurve3d 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.