Splitcurve with points

Hello,

I have generated a curve using AddInterpCurve from a list of points. This curve is called “curveGen”

I have another list of 4 points which are in the list param[]

I have converted the points in param[] into curve domains using curveclosestpoint

When I try to splitcurve like so: rs.SplitCurve(curveGen, param)

It only splits the section between the first point which I used to draw curveGen and the first point from param[]

Can someone tell me what the problem is? I am a beginner! Thank you in advance

The parameters need to be in list in order from smallest to largest. Does that help? If not, please post the curve and the relevant part of the script in order to test… --Mitch

1 Like