This article explains how to use Deconstruct Domain to break down domain ranges.


On the Grasshopper, it is represented by either of the two above.
Deconstruct Domain
Deconstruct Domain can be used to break down domain ranges.

The first step is to deconstruct the domain ranges created by Construct Domain.
In Construct Domain, 10 and 50 are entered, and a domain range of 10~50 called 10 To 50 is created.
By connecting to Deconstruct Domain, the first 10 is output from the Deconstruct Domain(S).
The Deconstruct Domain(E) outputs the last 50.
Then, by using Deconstruct Domain, the domain range can be decomposed and each numerical value can be extracted.
We can see that Construct Domain and Deconstruct Domain are inversely related.

You can also create a domain range by typing Numeric To Numeric in panel.
In this case, we could still deconstruct the domain range in the same way.
List of Grasshopper articles using Deconstruct Domain component↓
Comment