archz2
November 29, 2019, 7:02pm
1
I am trying to make diagrid framework on a set of curves. How can I join points in such a way that
0th point of 0th curve joins with the 1st point of the first curve, then to the second point of the second curve and so on and so forth…
1st point of the 0th curve joins with the 2nd point of the 1st curve, then to third point of 2nd curve, so on and so forth?
DIAGRID ATTEMPT.gh (10.8 KB)
diff-arch
(diff-arch)
November 29, 2019, 7:39pm
2
Hi @archz2 ,
Do you mean like this?
DIAGRID ATTEMPT RE.gh (9.8 KB)
1 Like
HS_Kim
November 29, 2019, 7:44pm
3
You could also use Relative Item like this.
DIAGRID ATTEMPT_re.gh (11.8 KB)
More simpler version…
DIAGRID ATTEMPT_reV2.gh (9.7 KB)
3 Likes
archz2
November 30, 2019, 3:18am
4
HS_Kim:
More simpler version…
Thanks a lot. Any way I can make interpolated curve from those offsetted points instead of lines? I tried the interpolated curve component but not getting the desired result.
I see you’ve entered the following numbers in the offset input of ‘relative item component’
{+1}(+1)
{+1}(-1)
How does one decide which numbers to input? Please enlighten me with the fundamental principles of using those numbers and brackets.
archz2
November 30, 2019, 3:19am
5
diff-arch:
Do you mean like this?
Yes. Thanks @diff-arch . Actually a more smoother version. Using those points to draw interpolated curves as a diagrid system framework.
dowazura
(dowazura)
November 30, 2019, 4:05am
6
2 Likes
HS_Kim
November 30, 2019, 7:27am
7
archz2:
I see you’ve entered the following numbers in the offset input of ‘relative item component’
{+1}(+1)
{+1}(-1)
How does one decide which numbers to input? Please enlighten me with the fundamental principles of using those numbers and brackets.
You’d better study or watch some basic tutorials first.
2 Likes
archz2
November 30, 2019, 12:24pm
8
Thanks for sharing this!!. Now I understand, the curly brackets are telling about the jump for the branch, and the round brackets are informing about the relative jump of the item in that branch.