Why does my interpolate command not work?

Hi there,

I don’t why my interpolate command does not work :(( Pls help me.bottle.gh (38.3 KB)

It works exactly as expected. You are giving it three points in a straight line. Wait, sorry, I was looking at ‘Top View’. In the second group of code in your file, they are vertical arcs. The first group of code doesn’t work because geometry is not initialized.

It will ultimately be better if you learn to work with the merged list of points instead of having four redundant paths of duplicate components. Please review this code again:

Before anything else, one must understand what is going in and coming out of each and every component, including the nature of the data trees.

P.S. Actually, I can’t even see all your code as R6 parts are missing in R5. Good luck.

missing