Rhino Grasshopper Complex Twist With Graph Mapper Explained for Beginners

  Рет қаралды 20,567

How to Rhino

How to Rhino

Күн бұрын

Пікірлер: 31
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Free How to Rhino Community 👉 www.skool.com/howtorhino Rhino for Architects Course ✔ howtorhino.com/course/ Project files + Grasshopper definition 👉 www.patreon.com/posts/32141976
@mohandalbasha4658
@mohandalbasha4658 4 жыл бұрын
thank you for sharing my work .....good job man
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Thanks Mohand!
@wonderworld-E7
@wonderworld-E7 4 жыл бұрын
Mohand albasha good job. But i am asking is it possible to do this building without using grasshopper
@mohandalbasha4658
@mohandalbasha4658 4 жыл бұрын
@@wonderworld-E7 yes i didn,t use it
@SuperNat9999
@SuperNat9999 4 жыл бұрын
Always an amazing tutorial
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Thanks Nathaniel!
@Jerhus54
@Jerhus54 8 ай бұрын
thank you very much for this tuto, is it possible to create a thickness for the inner part and a bottom, in order to create a vase, thank you very much.
@vannopang6200
@vannopang6200 4 жыл бұрын
VERY USEFUL, THANK YOU SO MUCH
@HowtoRhino
@HowtoRhino 4 жыл бұрын
You're welcome Van!
@suzyb2688
@suzyb2688 3 жыл бұрын
Thank you
@HowtoRhino
@HowtoRhino 3 жыл бұрын
You're welcome!
@naeemkooreyshi2012
@naeemkooreyshi2012 4 жыл бұрын
Thank you for this awesome tutorial I managed to follow all the way to 37:00 in the video As soon as I add the second curve to the loft, the first curve removes itself... Any advice?
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Hey Naeem, try holding "Shift" while you input the second curve :D
@hemdrupdesign
@hemdrupdesign 4 жыл бұрын
Thanks for sharing
@HowtoRhino
@HowtoRhino 4 жыл бұрын
You're welcome :)
@maidarioskoke8310
@maidarioskoke8310 Жыл бұрын
In the final step to close the curves, it does not allow me to join two curves to the loft.
@nucleusv
@nucleusv Ай бұрын
а с подбородком Тани К что будем делать )))
@wonderworld-E7
@wonderworld-E7 4 жыл бұрын
Thanks for this tutorial. But i want to know is it possible to do this building without using grasshopper. I mean only by Rhino without grass
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Yes, it's possible, of course, but this tutorial was how to do it with Grasshopper :)
@wonderworld-E7
@wonderworld-E7 4 жыл бұрын
@@HowtoRhino can you do it without grasshopper or difficult. Anyway thank you for this channel.
@jaredmallard9986
@jaredmallard9986 4 жыл бұрын
I have everything working except the fins. I'm working on a script that uses a similar method to generate a city scape over a voronoi field, but because the definition is being applied to multiple instances the data trees get messed up somewhere along the way. I can make fins that run radially but not vertically because I can't flip the matrix. Any idea how to fix this?
@HowtoRhino
@HowtoRhino 4 жыл бұрын
Hi Jared! Have you tried to flip matrix using path mapper component? Depending on the data tree depth, you need to swap last letter in the syntax with the "i". For example if you have 3 layers data tree depth {A;B;C} your path mapper syntax should be {A;B;C}(i) ---> {A;B;i}(C). Same logic should be applied for other data tree depth cases. If this doesn't work feel free to contact me at lazar@howtorhino.com
@jaredmallard9986
@jaredmallard9986 4 жыл бұрын
@@HowtoRhino Amazing thank you!
@maximusark7969
@maximusark7969 2 жыл бұрын
so nice
@HowtoRhino
@HowtoRhino 2 жыл бұрын
Hey Maximus, thanks! If you'd like to take this a step further and have a complete step by step approach in learning Rhino and Grasshopper that includes our personal coaching, you may want to check out our Rhino for Architects 2.0 Course! Please reach out and send me an email at dusan@howtorhino.com if you're interested and I'll tell you a lot more about it there and share the course platform with you as well! Cheers! :)
@mihirmistry4985
@mihirmistry4985 3 жыл бұрын
Why do we have to shift paths after off-setting the Fin lines?
@HowtoRhino
@HowtoRhino 3 жыл бұрын
Hi Mihir! Great question :) Flip Matrix can't be applied to a data tree with a multi-layer structure. That's why we need to modify, create a single-layer data tree structure that will contain multiple items inside each branch. If you take a look you can see that each branch contains one item. In our case, we are trying to get a data tree that should have 64 branches with 12 items in each branch. So instead having (multi-layer structure): {0;0;0;0} (1) {0;0;0;1} (1) {0;0;0;2} (1) {0;0;0;3} (1)... {0;0;0;10} (1) {0;0;0;11} (1) {0;0;1;0} (1) {0;0;1;1} (1) {0;0;1;2} (1) {0;0;1;3} (1)... {0;0;1;10} (1) {0;0;1;11} (1) {0;0;2;0} (1) {0;0;2;1} (1) {0;0;2;2} (1) {0;0;2;3} (1)... {0;0;2;10} (1) {0;0;2;11} (1)... {0;0;62;0} (1) {0;0;62;1} (1) {0;0;62;2} (1) {0;0;62;3} (1)... {0;0;62;10} (1) {0;0;62;11} (1)... {0;0;63;0} (1) {0;0;63;1} (1) {0;0;63;2} (1) {0;0;63;3} (1)... {0;0;63;10} (1) {0;0;63;11} (1)... We want to have (single-layer structure): {0;0;0} (12) {0;0;1} (12) {0;0;2} (12)... {0;0;62} (12) {0;0;63} (12) Once we get that, the next step is to connect output with the Shift Paths component.
@mihirmistry4985
@mihirmistry4985 3 жыл бұрын
@@HowtoRhino so it collapsed the outer branch on the inner branch right? Thanks 😀
@sarahay3437
@sarahay3437 2 жыл бұрын
does anyone know where the facade tutorial is?
@HowtoRhino
@HowtoRhino 2 жыл бұрын
What Facade Sarah?
Rhino Grasshopper Facade with multiple attractor points
15:36
How to Rhino
Рет қаралды 13 М.
Grasshopper Architecture | Facade Balcony with Graph Mapper
17:23
How to Rhino
Рет қаралды 15 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 190 МЛН
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 13 МЛН
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 59 МЛН
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 862 М.
I Made It Difficult, Here's WHY! (BIG Towers)
58:19
How to Rhino
Рет қаралды 3,8 М.
Grasshopper 3D Tutorial: Graph Mapper Introduction
10:28
Parametric Fins for facade design
11:31
Ilmuwan Arsitektur - Mr.Parametric
Рет қаралды 4,6 М.
# 259 : Twist Tower / Rhino Grasshopper Advanced Tutorial
24:02
GH Parametric Design
Рет қаралды 2,7 М.
Rhino 8: You COULDN'T Do THIS Before in Grasshopper
1:02:55
How to Rhino
Рет қаралды 11 М.
Rhino For Beginners
9:30
The Adam
Рет қаралды 122 М.
Very Important Rhino Commands - 1
4:00
The Adam
Рет қаралды 38 М.
How to Use the TWIST TOOL in Rhino!
6:13
The Rhino Essentials
Рет қаралды 22 М.
Payasita Risy #cantajuego #payasos #tenerife #risy
0:23
Pirueta show
Рет қаралды 16 МЛН
Девочка помогла отцу купить дорогие камни 😱
0:48
Фильмы I Сериалы
Рет қаралды 3,1 МЛН
Keep quiet 🐑🤣👧🏻❤️🧑🏻🌈✅🚀
0:12
Diary of 4
Рет қаралды 9 МЛН
#жетісуоблысы
1:01
Todayinfo
Рет қаралды 705 М.
Crochet Avocado / Heklani avokado
0:16
zorana popovic
Рет қаралды 23 МЛН