List of list operations

I have two nested lists A- curves , B - vectors i want to move each curve from Sublist A to all vectors of Sublist B. I should be getting 6 Groups of curves in the output. 3 from Sublist[0] of A and 3 from Sublist[1] of A. i tried with various “Levels” in the Geometry.Translate but im not getting the correct output.

use Cross product lacing

1 Like

If i use that the entire sublist A is moved to both Sublist B, i want A[0]-B[0] and A[1]-B[1] interaction only

For atypical list + lacing setups, you’ll want to look into replication guides:

image

Example showing 0-0 and 1-1 crosslacing (3x4x2 or 24 total results)

1 Like