Hello everyone! I am building interactive hull design (shell of a boat) so that with sliders I can change its length, width, side curves, fillets etc.
I was wondering if it is possible to refer to the commands that influence change (length, width etc. - I have them in the form of sliders) so that I can have a “panel” of commands in one place instead of them being scattered along the code as shown in the picture.
I know they will have to stay connected for the code to work, I was just wondering if there is a way to reference to them through a different command so I can have those different commands in one place and manipulate hull change from one place.
One option if you want to work inside of grasshopper is to move your controls to the left side of the canvas, and add some wireless parameters connecting to the the necessary inputs.
Thank you loads for an answer. I didn’t really know what parameters are wireless which i could implement in the code to do that but the remote control panel does all I wanted