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