Plotting a list of rectangles

Hello - I am not a Grasshopper user, but figured its my best shot at solving a problem:

I need to plot a list of rectangles as vectors (dxf/dwg etc). I have two lists in excel containing the dimensions (height and width) of the rectangles i want to plot. Is there a way to create a list of rectangles arranged horizontally (aligned at the center) with the required dimensions from the lists?

It sounds like a very basic thing compared to the stuff usually done in Grasshopper - I would be very happy if someone feels like helping me out with some advice - also if it means telling me Im on the wrong path here.

Thanks a lot and best,

jasper

Hi,

This could be a way.

Using TT Toolbox v1.9 (not the latest version, on purpose) to read data from Excel.

The Excel file is formatted like this.

image

RowOfRectangles.gh (10.0 KB)