Im trying to make a line of tubes with a 45º angle and i also want them to be in random highs. But when i make them in random hights some of them are overlapping.
So this is what i want to make but i want it to be able to change the amout os tubes for the future.
Hope someone can help me im still a noob on grasshoper and i tryed several stuff and googled some more but im not being hable to get what i want hope you can help me ! thanks!
You’re almost there.
If what you want is tubes of the same length shifted along their length by random amounts,
instead of using Random for the lengths, use a single value,
then use a Move component on the lines with the input vector being that 45 degree angled vector multiplied by a random number.