01-19-2023 01:25 PM
Also always remember that property nodes execute top to bottom, so it is criticality important to first set the index, then read y for each cursor. If you would flip the order, you would get stale y values before the loop.
01-19-2023 01:53 PM