Join Curves

Hi,

I want get the brep’s contour in a single variable.

For example, in the image, I’ve the brep object and the curve contour.

I get the Curve contour with this function

Curve contorno = Curve.JoinCurves(contornoBrep.Curves3D);

But I can’t join all curves in contorno’s vector in a single curve variable

I’m working with RhinoCommon and c#.

Thanks

Hi Manolo,

i guess you cannot join these curves into a single curve because there is no solution. Curves can only be joined at their ends with one other curve. If you try this out manually in Rhino you should see why it fails.

Why do you need a single curve ?

c.

I need store all contour in a single variable for compatibility with the old plugin