This article explains how to use Bounds to create a domain range from the minimum and maximum values in a list.


On the Grasshopper, it is represented by either of the two above.
Creating a domain range from the minimum and maximum values in a list
Bounds allows you to create a domain range from the minimum and maximum values of a number in a list.

In this case, we have 10 random numbers.
When this is connected to Bounds, the output is 2 To 20, and a domain range has been created.
In this case, we can see that the domain range is created from the minimum value of 2 and the maximum value of 20 in the list.

If you want to extract the minimum and maximum values, you can do so by connecting Bounds to Deconstruct Domain.
The minimum value is extracted from the Deconstruct Domain(S), and the maximum value is output from the Deconstruct Domain(E).
In this case, the Deconstruct Domain(S) outputs 2 and the Deconstruct Domain(E) outputs 20.
List of Grasshopper articles using Bounds component↓
Comment