This is the support forum for the Grasshopper-Tekla Live Link and for Rhino.Inside Tekla Structures (aka Grasshopper Component in Tekla Structures), managed by Tekla.
I want to provide a value in a way 20*200 10*175 like 20 bar at 200 spacing 10 bar at 175 spacing how to provide this in grasshopper.
Hi Sandeep,
You can provide multiple spacings as a list with all the individual spaces written out:
If needed, the list can be created dynamically e.g. like this:
Or if you’d like to use a string like “20*200 10*175” you can break up the string using text split components and replace the sliders above with those values.
Cheers,
Sebastian