Newbie question.

Hi guys, is there a way to simplify "list item" command when you have like 15 points in a list and have to make an index to each one of them in the command? I am doing like this screencapture, but I feel there is a smarter way to do it.

Thanks.

  • up

    Christian Gartland

    If you want each of the points to do something differently then what you're doing is correct. However, it looks like you're doing the same operation on different points with different values. It looks like you should instead be compiling a list of values for the multiplication component and feed those vectors into a move component with a list of points.

    4
  • up

    Leonardo Pate

    Here is what I was trying to do. I could achieve it, but it don't think is thebest way to do it. I was "coding" to make a helicoidal ramp

    1