Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::joinWith Method
Syntax
C++
OdGeNurbCurve3d& joinWith(const OdGeNurbCurve3d& curve, const OdGeTol & iTolerance = OdGeContext::gTol);

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

 

Parameters
Description
curve
[in] Spline to be joined with this spline.
iTolerance
[in] Geometric tolerance.

Reference to this recomputed OdGeNurbCurve3d object.

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-2022. Open Design Alliance All rights reserved.