Hello all,
I am attempting to simplify my grasshopper definition. I am attempting to make a cube shaped module, using simple 4 curves on a single face. The module will be created my copying those 4 profiles onto the back face of the cube, then rotating the back profiles by 180 degrees. The list of rear profiles is shifted by 2 indices in order to get the proper desired pairs of front-back profiles. These pairs are referenced into the loft component, using the List Item component. The lofted surfaces are then meshed and thickened with weaverbird.
I need assistance with simplifying the front-back profile data trees, pairing the data of the front and back profiles into one tree, and lofting the 4 surfaces using a single loft component. I would like to not have 4 copies of the loft component and List Item component.
I assume I may need to use a sequence which calls for the pairs in the combined data tree in order to run the loft 4 times in a single component?
Thanks in Advance. !!
Parametric_Module.gh (11.9 KB) Parametric_Module.3dm (92.8 KB)