What a masterpeace... as a beginner i never would think so complicated or easy. Thanks for sharing it and to learn from.
@architutors7 ай бұрын
Glad you liked it!
@tamgaming98617 ай бұрын
@@architutorsyes, I did 🙂 Maybe one question. How can I make a more curvy like? We have in Graph Mapper only 2 points for the end diameters and 2 for the roundings from it. But what, let's say I want another curve in the middle? Can I adjust graph mapper in this way, or do I need another graph mapper version of it? Sorry for my bad English.
@tamgaming98617 ай бұрын
What I also try to understand is, where could I adjust to make this hard edges - the lines which goes up, smoother, were it's just a wave? I study your work - but I don't get it out 🙂
@zedzed88526 ай бұрын
Manipulating directly on the mesh was INSANE! Maybe I need to study more about it.
@aal.innovation_aixarchitecture10 ай бұрын
Thank you, the script worked perfectly for me.
@architutors10 ай бұрын
Glad to hear that. Thank you.
@stevensegurasegura327810 күн бұрын
hello dome is made to make each face flat and print or laser cut thank you
@firasmahfoudhi65095 ай бұрын
I like how you mentioned that it's for biggeners , I wonder how complex could it get !!😅 Thanks alot, that was really helpful
@architutors5 ай бұрын
Thank you too. We're working on interactive sessions for beginners in grasshopper and rhino and those will be shared on KZbin for free. Stay tuned.
@GildaMostafá10 ай бұрын
Hello, thank you very much, I understood it very well, however, to send it to print, I don't know how to send them to stl, how do I do it???? 😍
@architutors10 ай бұрын
Thank you. You can simply bake the geometry from grasshopper into rhino and then save the rhino file as stl format. that you can load from any software that you are using for 3d printing that supports stl format.
@GildaMostafá10 ай бұрын
Hello, thank you very much, I understood it very well, however, to send it to print, I don't know how to send them to stl, how do I do it????
@architutors10 ай бұрын
Thank you. You can simply bake the geometry from grasshopper into rhino and then save the rhino file as stl format. that you can load from any software that you are using for 3d printing that supports stl format.
@vinayanam23453 жыл бұрын
most difficult software ever made
@deepak_nigwal5 ай бұрын
Well it's not so difficult when you understand that it's based on the idea of following the process simulation as per the physics behind the mathematical model. Which makes it the best visual programming language for designers as well as computational engineers. The video was an absolute delight to watch, yes, the number of steps are more, but the process itself is simple rather than writing 1000 lines of code on fortran or c++ and then banging the head on the walls.
@katharinatollinger81432 жыл бұрын
Thanks a lot for the video! I only got one problem, that at the end the mesh is not connected to the wright points, so it's kind of triangles between the points but no closed mesh... Thanks a lot for your help!
@Tatepaulson6 ай бұрын
For anyone that finds this in the future, you will have the triangle issue if your series and shift nodes are not properly connected to the quad node. Make sure that your connections are exactly as shown in the video starting at 3:40 until your quad node is fully filled out.
@rishimehta37272 жыл бұрын
i am beginner in grasshopper . do you give basics and advance keys points about this software. or make tutorial about it.
@architutors2 жыл бұрын
We're working on interactive sessions for grasshopper and rhino for beginners. We'll be uploading them soon in our channel.
@rishimehta37272 жыл бұрын
@@architutors THANKS , DO U TAKE ONLINE CLASS FOR GRASSHOPPER ?
@karltroidvsbondman2 жыл бұрын
Thanks much!
@Queenbeez7865 ай бұрын
MORE TUTORIALS. make a crockery setttt!!!! pleaaaase
@architutors5 ай бұрын
Sure we will.
@alexanderaleman737 Жыл бұрын
Everything is fine up until construct mesh. I get two errors. Data conversion failed from integer to point and insufficient vertices for a mesh. There are no zeros in my graph
@realhelmi3 ай бұрын
nice and thank you but not really tutorial though. Would have loved some explanation to go with it.
@carolinasilva31093 жыл бұрын
Amazing! Thanks for the video
@architutors3 жыл бұрын
Thank you.
@hello-vg9bg2 жыл бұрын
The second curve divide keeps showing an error of 'curve division failed to return any points'. Followed the tutorial exactly, any ideas what's happening here
@architutors2 жыл бұрын
You can share the issue at architutors@outollok.com
@blissbubbles Жыл бұрын
same problem@@architutors
@blissbubbles Жыл бұрын
you need to change the graph mapper, so that you don`t have any 0 @@architutors
@emmakovalic285 Жыл бұрын
this fixed it! thanks @@blissbubbles
@Petitepelin3 жыл бұрын
hey there, one more question, after finishing the model I want to 3d print so I need an stl file, but when I tried to export model as a stl rhino errors as "the STLl file you are saving is not adequate for creating rapid prototyped parts. " how can I fix that?
@architutors3 жыл бұрын
For 3d printing using stli file, the model needs to be a closed geometry. You can use the component 'cap holes' in grasshopper with the geometry to make it into closed geometry, and see if it solves the problem.
@jacksoni3493 жыл бұрын
@@architutors Is there a way to make it a polysurface instead of a mesh?
@AGSanchez19882 жыл бұрын
How to do it without a roof? When I export slt file I get a ceiling in the printing program. Could you help me?
@architutors2 жыл бұрын
Make sure you're using 'cap holes' component in your script. If the issue still persists you can send it to us at architutors@outlook.com
@antoine2084 жыл бұрын
Thank you for this very interesting tutorial. After having tried to understand everything that's going on, I'm having trouble to see what certain nodes do. For example "flatten tree" or "construct mesh" with the vertices and faces. Do you know any websites where all nodes are explained in detail? Also I don't understand the whole part with the "series" nodes: Does the "mesh triangle" correspond to the construction of the flat base of the vase? if I put a panel to see what is in it, I find a list that goes (0,1,1640)etc does this mean it creates a triangular mesh between all these points? that is number 0 being the first point on the original circle, 1 being the second point next to it. But then what does 1640 correspond to, the original point in the center? if this is it how are these points associated to numbers? ( I obtain 1640 with 40 horizontal sections and 40 divisions of circle) Same thing seems to happen with the "quad mesh" but with two adjacent points and two adjacent points on the level above. so what I think I dont understand is why does a number in a series represent a point... Anyway sorry I may have it completely wrong or if you dont understand what I mean :) thank you !
@architutors4 жыл бұрын
We will do a webinar that you can go through to understand more about grasshopper components. it will be available on youtube. you can also go to www.grasshopper3d.com/ and look out for some helpful content.
@ilariapignatti40503 жыл бұрын
When I connect "merge" to "construct mesh", there's a warning that says "invalid face encountered, mesh topology may be corrupted"... how can I solve this problem?
@architutors3 жыл бұрын
It can happen when the inputs in 'Mesh Quad' component are not correctly placed or basically data flow to those inputs is not correct. So make sure to check again those inputs, as per the algorithm followed in the video. You can also share with us your email ID and we can send you the grasshopper file.
@cereng81723 жыл бұрын
@@architutors can you send me grasshopper file its kinda emergency...
@a.sedaates21993 жыл бұрын
Hi there! I also got this response even though I checked every step over and over again, what would be the problem if I can ask? Also could you send me the file through my e-mail? Thank you! asedates@gmail.com
@namelsslol3 жыл бұрын
the same problem, still no solves ?
@nilsfrey42283 жыл бұрын
hi thx for the video, but I have a small problem when I bake it in the end it has only lines and no surface between the lines. Thx a lot:)
@architutors3 жыл бұрын
Make sure you bake the output from Construct Mesh plugin and also have shaded or rendered view active in rhino to examine the output. If it still doesn't solve your issue you can reach out to us at architutors@outlook.com
@vukovic272 жыл бұрын
Thank you, great tutorial! Is there a way to make the pattern fade toward the top and the bottom of the vase?
@MarkoMirkovic-t2e8 ай бұрын
I hope you found your solution to this, but of course there is, try using an attractor point
@vukovic278 ай бұрын
@@MarkoMirkovic-t2e i did thanks anyway!
@elaine29882 жыл бұрын
hi im having trouble here with the Construct Mesh. It's telling me that I have 2 runtime errors: 1. Null vertices are not allowed 2. Data Conversion failed from Transfer to Point
@vicentealexis99992 жыл бұрын
Hi, did you solve it?
@zamarybieri4664 Жыл бұрын
you need to change the graph mapper, so that you don`t have any 0
@alexanderaleman737 Жыл бұрын
Im having the same problem, did you end up solving it?
@alexanderaleman737 Жыл бұрын
@@vicentealexis9999did you ever get a response?
@alexanderaleman737 Жыл бұрын
@@zamarybieri4664I have the same error and I did this and the errors are still there
@waleskacueto9389 Жыл бұрын
awsome!!
@architutors Жыл бұрын
Thank you! Cheers!
@r.a.88612 жыл бұрын
OK. What's the point of the nodes? Why so complex?
@LazyArquitecto4 жыл бұрын
Architutors do you have a tutorial explaining how this program can benefit Architecture students?
@architutors4 жыл бұрын
We'll sure make a tutorial covering different aspects of working in grasshopper for architecture students. But it's easier to say that it does benefit in design process, making the whole process easier, faster and non-repetitive.
@LazyArquitecto4 жыл бұрын
@@architutors Any ideas how Grasshoper and Autocad can work together?
@architutors4 жыл бұрын
When it comes to grasshopper we can edit multiple number of geometries in one go. Which is not feasible in CAD. We can design specific components from grasshopper and later import them in CAD. Like sometimes what we do with design projects is that we design the facade in rhino using grasshopper and import them in CAD or sketuhup for further completion.
@LazyArquitecto4 жыл бұрын
@@architutors great this is the answer I was looking for. Thank you! By the way hope we can do a collaboration video in the future
@ganakil2 жыл бұрын
Doesn't work for me, I get only a "flat" star with really long spikes and some red "boxes" in the script. Everything look correct, connected, check 4 times, repeat 2 times, same result. I don't understand what's wrong! Maybe is Rhino 7? I Did another tutorial from another youtuber and I had no chance again, a red box also there... Is there a downloadable gh. file? thank you!
@Tequila_Gaming242 ай бұрын
Same, I tried multiple times but its still edgy
@Petitepelin3 жыл бұрын
Hey there when ı type slider, it cannot set 10 or 12 it has lower limit 0 upper limit 1 how can I change that
@jaredurban42433 жыл бұрын
directly type the number into grasshopper and it will generate a slider set at that value with default limits. Or right click on the slider with limits 0 to 1 and "edit"
@ACoupleStoners2 жыл бұрын
This might be a great tutorial but it's definitely not for beginners. You have no idea why you're doing anything and vital information is left out. Like at 5:26, what is that ring menu that pops up and how do you open it?
@architutors2 жыл бұрын
Press the scroll button to open those options.
@ahmed1hq4 жыл бұрын
amazing why in Range domain work only from 0 to 1
@architutors4 жыл бұрын
You can input any values for domain or range from any number slider. You can also right click on number slider component and from "values" option set minimum and maximum values and "commit to changes". The best way to generate a number slider component in grasshopper is entering keywords "x