I made a program that calculates the stiffness of a floor using Karamba3D.
Now I want to create another program that duplicates the floor calculation program in order to visualize the results in the case of several floors.
Do you have any ideas on how to do this?
Thanks for sharing the script. Well to setup your script for multiple levels, you need to first set up the geometry (i assume parametrically in grasshopper). You need to make sure your columns are connected to your floorslabs - a good resource is this tutorial Unable to give exact value in Model View component - #4 by matttam
But how can I make multiple iterations of this script so as to calculate the stiffness of multiple floors without having to restart the program each time?