Calling nodes in code blocks

hi guys,

it should be an easy question but sorry for thaty I cannot figure it out.

I want to call some nodes in a code block, some nodes are working fine but others like PointAtParameter is not working

Any suggestions?
thank you

Hi, seems to works for me:

hi @Yna_Db thx for replying

In my case the curve input is the first item from list A

can we call it from inside the codeblock instead of getting the first item then putting it as a curve input?

It’s actually : x.PointAtParameter§ where x is the curve and p is the parameter.

oh that’s the solution thx a lot @Mostafa_El_Ayoubi