Set variable parameter for array offset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
first, I hope that this question was not answered here before (I couldn't find anything) and that I can convey my problem properly, since I don't have the english version and don't know if all the phrases i use are correct.
I want to build a Block that has the following functions:
- an array consisting of two source elements -> in this case two racks with an aisle in the middle
- the racks have to be adjustable in their sizes (length, width and aisle in-between them) <- that I have already done
Now comes the part where I couldn't find a solution to:
- I want the array to build up multiple of these elements, so a warehouse with racking. An aisle should have the racks next to each other and for another aisle two racks on either side and between the aisle the racks back-to-back.
- when I change the sizes in the source element I want the sizes of all the array elements to change aswell (that I have figured out) but I also want the offset between the elements of the array change live aswell. I experimented with parameters by only found some that are fixed and change the drawing. In my line of thought I would need parameters that change following the drawing and can be used as a variable for the array offset.
I hope my explanation is clear and also thanks in advance.