Тёмный
No video :(

Rhino Grasshopper Complex Twist With Graph Mapper Explained for Beginners 

How to Rhino
Подписаться 71 тыс.
Просмотров 20 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 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
@Jerhus54
@Jerhus54 7 месяцев назад
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.
@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!
@vannopang6200
@vannopang6200 4 года назад
VERY USEFUL, THANK YOU SO MUCH
@HowtoRhino
@HowtoRhino 4 года назад
You're welcome Van!
@nucleusv
@nucleusv 20 дней назад
а с подбородком Тани К что будем делать )))
@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 11 месяцев назад
In the final step to close the curves, it does not allow me to join two curves to the loft.
@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! :)
@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.
@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 😀
@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!
@sarahay3437
@sarahay3437 2 года назад
does anyone know where the facade tutorial is?
@HowtoRhino
@HowtoRhino 2 года назад
What Facade Sarah?
Далее
Oh No! My Doll Fell In The Dirt🤧💩
00:17
Просмотров 2 млн
Х.евая доставка 😂
00:23
Просмотров 1,3 млн
I Made It Difficult, Here's WHY! (BIG Towers)
58:19
Просмотров 3,7 тыс.
Rhino For Beginners
9:30
Просмотров 120 тыс.
Creating a Tower in Grasshopper (For Beginners)
19:42
The FASTEST way to make THIS with 4D PLUGIN
7:51
Просмотров 6 тыс.
Grasshopper 3D Tutorial: Graph Mapper Introduction
10:28
Cytokinesis Tower in Grasshopper
25:17
Просмотров 52 тыс.
Nelson Bubble Lights With Grasshopper
11:00
Просмотров 10 тыс.
Top 10 Features of NEW Rhino 8
29:23
Просмотров 71 тыс.