Merging two or more NurbsCurves

Hi guys!
I would like to know if it’s possible to merge two or more NurbsCurve using their control points an their knots.
Curves can have mixed properties (i.e. different degree, dimension, rational and not rational) and different number of control points.
Thanks

Hi @software_comas,

Sounds like you want to create a PolyCurve.

https://developer.rhino3d.com/api/RhinoCommon/html/T_Rhino_Geometry_PolyCurve.htm

– Dale

I’m afraid I’m looking for a different solution, @dale.
I’m trying to create a new curve with no discontinuities.

Hi @software_comas,

How would you do this just using Rhino?

– Dale

Honestly, the only way I can guess to do it using Rhino is to join curves, creating a polycurve, then rebuild the polycurve, generating a single curve without discontinuities.
But I wonder if this can be done using curves control points or in some other way that keep the final curve as close at the original as possible…

Hi @software_comas,

I don’t have any suggestions, sorry.

– Dale

Thanks, anyway… :slight_smile: