Extract Trimmed Curve with Pre-build Points from a Curve

Hey there,

I need to extract the Curve that is a result of dividing main big curve by two points. These two points are the result of Intersection Curve Parameter.

I tried the Pufferfish Points Trim Curve component, but it gives me an error saying that points are not placed on the curve for some reason.

Thanks in advance.

Please post your files with the relevant geometry.

test1.gh (23.0 KB)

try this:
test1_v2.gh (29.5 KB)

Thank you so much! So the solution was to insert both parameters to the Shatter

and you edited something in the python script as well as I can see