Hi guys,
i’m trying to create a list in order to make floors with specific heights. So the list should consist of 1st floor being 4.5m, then 2nd to 5th floor should be 3.8m and the rest lets say 20 floors should be 3.2m of height. Also, i’d like to be able to change the height of each of the section as well as the amount of floors with this height. I used 2 series for this: first one with start height of 4.5, then 4 floors with the height of 3.8 and i grafted the output. Then i did the same for the last section with the height of 3.2 m. But when i input both series into a panel - it does not add the second list correctly after the first one. I’d like to end up with one list combining and adding all floors one after another. Thanks for any hlep,
J
There are several ways to do this. With the method you have chosen, you want to merge the three lists into a single list of floor heights and then use the ‘Pr’ (Partial Results) output of MA (Mass Addition)
3. Attach minimal versions of all the relevant files
1 Like
Thank you this is very useful indeed, though a bit different from what i wanted. Guess i just did not express myself clearly enough However I managed to achieve what i wanted. If you have any suggestion how to improve the definition, please do. Many Thanks
Great thanks man!