Evaluate curve

Hi everyone
evaluate curve used to work just fine until recently. I draw a curve in rhino and then in gh when I want to use the component it’s not working properly, as it can be seen in the screenshot I’ve reparametrized it. what’s wrong with it?

Hello
Parameter is a double, why inputting a point ?
What is the message in the component ? Orange means warning !!!

Garbage IN => Garbage Out
image

So the lesson is : read the message, inspect the inputs …

Hi, @hani_eh,
To evaluate a curve you should use number inputs (Number Slider, for instance).
MD slider can be used to evaluate surfaces since surface evaluation requires UV (point) coordinates.

More useful information about the curve domain is in the tutorial linked below.

3 Likes