Removing a part of a closed curve

Hi

I want remove a part of a closed curve with a given length and position.

Now I am only able to extract one side of the curve.

So I want to be able to set a location on the curve, and the length that can be extracted.

This is what I have done so far:
c-Building.gh (9.7 KB)

I tried using “point on curve”, but I want to use galapagos, that is not able to connect to this component

you can use Evaluate Curve component to specify a parameter inside the curve Domain

if you want to use a 0-1 domain (it might be the case with Galapagos) you can Reparametrize the Curve input and use the above component, or directly use the Evaluate Length component with Normalized input = True

1 Like