Тёмный
Cademy xyz
Cademy xyz
Cademy xyz
Подписаться
Online LIVE Rhinoceros, Grasshopper, and KeyShot 3D academy for Industrial Designers.
Computational Design Grasshopper 3D
0:34
9 месяцев назад
The Grasshopper Donut Tutorial
39:49
10 месяцев назад
Keyshot Rendering Course
1:33
3 года назад
Cademy eLearning platform
0:10
3 года назад
Комментарии
@nicolasandresbertotto7131
@nicolasandresbertotto7131 5 дней назад
Hi, thanks for the tutorial! I need some help. :( At minute 30:20, when we're supposed to move the surface using the control points, I can move them correctly. However, at minute 35:00, I can't create a closed solid poly. I can clearly see that as soon as I move the control points, the surface moves away from its boundaries. Any idea how to fix this? I noticed that when you do it, it stays 'stuck' to the boundaries. Thank you very much in advance; your tutorials are amazing!
@Cademy
@Cademy 3 дня назад
@@nicolasandresbertotto7131 Rebuilding the surface with a higher density of control points fixed the problem of the mesh not joining. The issue arises when you rebuild with fewer points; it can cause the surface to deviate from the original boundary within the default file tolerance of 0.001 mm. So yes, try rebuilding with a higher number of control points.
@BluXi
@BluXi 9 дней назад
So interesting, thank you very much I learned a lot !
@alessiotinivella
@alessiotinivella 16 дней назад
Very well done content to start learning rhinoceros and grasshoppers, many thanks!
@erickmutale8039
@erickmutale8039 16 дней назад
In 2024, am wondering where your videos have been, jeez thanks for this amazing helpful content.
@KRIZINKGRIN
@KRIZINKGRIN Месяц назад
Very nice video need this.
@alessandrosouza-j7t
@alessandrosouza-j7t Месяц назад
Excellent class, huge learning! Regarding grasshoper I have a question what would be the ideal setup for when applying the Difference Boolean command does not lock, I observed that my Rhinoceros stays for hours and hours and does not perform the command do you know how I can solve this or do I need to buy a Mac? Congratulations on the Exceptional Class
@Cademy
@Cademy Месяц назад
Thank you for your kind words! I'm glad you enjoyed the class. Regarding your question, it sounds like the issue might be related to the complexity of the geometry or the computing power of your current setup. Can you try to perform Boolean difference in small batches. If not, try to simplify geometry or check if your Rhino is updated. Buying a Mac is not necessarily a solution to this problem. Both Windows and Mac systems can handle Rhino and Grasshopper efficiently. Hope this helps! If you have more questions, feel free to ask. Congratulations on your progress!
@alessandrosouza-j7t
@alessandrosouza-j7t Месяц назад
@@Cademy 👍
@user-zk2cv8lr7i
@user-zk2cv8lr7i Месяц назад
Wow! If you will show some lessons, how you did it, will be perfect ❤
@Cademy
@Cademy Месяц назад
Yes, of course, you can learn how to do this with our Computational Design workshop at cademy.xyz/code
@xiongxiong2021
@xiongxiong2021 Месяц назад
How to made the N0.3 texture?i reall need use it,hou much just this single one?i cant join your calss,because my English is bad!
@Cademy
@Cademy Месяц назад
The third texture is made using a combination of the Kangaroo plugin and Rhino solid operations. We only offer classes in English at the moment unfortunately. However, you can turn on the captions to see the voice subtitles in Zoom.
@boneman_
@boneman_ 2 месяца назад
I am unable to make thing snap to centre. It snaps to what it thinks is the centre, but when you zoom in it is incorrect.
@Cademy
@Cademy Месяц назад
It sounds like Grid Snap might be turned on or the incorrect Osnap is being referenced. Try turning off Grid Snap and double-checking your Osnap settings to ensure you're snapping to the actual center.
@CADElectronicsTH
@CADElectronicsTH 2 месяца назад
Thank you.
@Cademy
@Cademy 2 месяца назад
You are welcome :)
@cagdasergenc8725
@cagdasergenc8725 2 месяца назад
Hey I just cannot add my surface to grasshopper it just wont select the surface. Can anyone help ?
@Cademy
@Cademy 2 месяца назад
Did you try to explode the geometry first? If you use a surface container, you cannot import a polysurface into it. Please make sure you have exploded the geometry into individual pieces and then select the surface.
@cagdasergenc8725
@cagdasergenc8725 2 месяца назад
@@Cademy i managed to do it. it was because the seam line was in front of the surface.So the surface was 2 pieces when i was trying to add it to de surface node. I re modeled the main surface and chose the line on the back as the first line when running the network srf command.
@bravepotato5806
@bravepotato5806 2 месяца назад
You are the best teacher in this field. I know you have courses on your website, which I would love to join. Are there any chance you would upload older courses to RU-vid like you have already? Thank you for your work! ❤
@Cademy
@Cademy 2 месяца назад
We are working on new tutorials for our RU-vid channel in the future :)
@mojtabamirzaei5294
@mojtabamirzaei5294 2 месяца назад
Great. Thank You so much
@Cademy
@Cademy 2 месяца назад
Glad you liked it!
@yunusbabur5831
@yunusbabur5831 2 месяца назад
Omg, When?
@Cademy
@Cademy 2 месяца назад
You can watch it now cademy.xyz/footwear
@yunusbabur5831
@yunusbabur5831 2 месяца назад
@@Cademy Thanks!
@value_exe
@value_exe 3 месяца назад
is this topology optimization? If so any advice for building this setup in houdini? :)
@Cademy
@Cademy 2 месяца назад
I am not sure if you can do something similar in Houdini. :(
@deepak_nigwal
@deepak_nigwal 2 месяца назад
houdini is a vfx software, specifically designed for movies/game development/content creation. Topology optimization is a branch of core mechanical engineering which is used to optimize engineering products and structures for weight savings, cost savings, and overall performance over the lifetime. there are multiple commercial packages available in the market which do the same for decades. if you only want it for the visuals, and your end goal is different, then you can simply create cad from scratch.
@niharmehta6086
@niharmehta6086 3 месяца назад
Exciting stuff!
@Cademy
@Cademy 2 месяца назад
Thank you!
@MarkyMarc
@MarkyMarc 3 месяца назад
Here the modified python script for py3 import rhinoscriptsyntax as rs def offset_surface(input_surface, distance): offset_surface = rs.OffsetSurface(input_surface, distance) return offset_surface # Define input parameters input_surface = x # Assuming 'x' is the input surface distance = y # Assuming 'y' is the distance to offset # Call the function to perform offset offset_result = offset_surface(input_surface, distance) # Output the result a = offset_result
@Adrian-wd4rn
@Adrian-wd4rn 4 месяца назад
How the living fuk do you only have 7k subscribers?
@perspectivex
@perspectivex 4 месяца назад
Looks cool but the site hides the pricing, which obviously does not bode well. Is it possible to just say how much the course costs up front?
@Cademy
@Cademy Месяц назад
The price is not hidden; you can see it after filling out the registration form. We have different pricing based on the courses you select and whether you are a student or a professional. To better tailor the pricing, we request this information and then show you the price on the webpage.
@taiwanjiratip1392
@taiwanjiratip1392 4 месяца назад
what file name do you import in grasshopper
@Cademy
@Cademy 4 месяца назад
Check the file with the .gh extension.
@user-nf3vm8qt7m
@user-nf3vm8qt7m 4 месяца назад
I'm learning rhino+grasshopper it seems tough but I'm really into
@Cademy
@Cademy 4 месяца назад
That's awesome! Yes, when you are starting with Rhino or Grasshopper, things can get overwhelming. If you would like to speed up your learning process, you can check out our Grasshopper & Rhinoceros Masterclass.
@Simply_Me92
@Simply_Me92 5 месяцев назад
how we can make the shape pattern to sewing it
@Cademy
@Cademy 4 месяца назад
I couldn’t understand the question properly. Could you elaborate a bit further?
@VISHALJC
@VISHALJC 6 месяцев назад
great webinar Aman, really appreciate your effor tin making such a great training modules, it is a great source for learning rhino.
@marcosanchez1626
@marcosanchez1626 6 месяцев назад
@Rosibolicco0404
@Rosibolicco0404 7 месяцев назад
helallll
@Rosibolicco0404
@Rosibolicco0404 7 месяцев назад
adamsın
@Rosibolicco0404
@Rosibolicco0404 7 месяцев назад
thank you bro eyvalllah
@ChotonMiah-um6hw
@ChotonMiah-um6hw 7 месяцев назад
Four 0:40 ❤
@user-qh3yc7rm1f
@user-qh3yc7rm1f 8 месяцев назад
Such a amazing video!!❤ I wonder if i could use this grasshopper code(?) in the cylinder shape model 😢..
@odkhuu5723
@odkhuu5723 8 месяцев назад
thank you
@Cademy
@Cademy 7 месяцев назад
You're welcome
@nasserahmad4653
@nasserahmad4653 8 месяцев назад
Thank you so much for amazing tutorial,very well explained
@Cademy
@Cademy 7 месяцев назад
Glad it was helpful!
@mohameddawood1720
@mohameddawood1720 8 месяцев назад
me watching the webinar to see how will you model the blades , and finding out the blades are prebuilt model 🙂🙂 jokes aside , amazing tutorials and very detailed
@Cademy
@Cademy 7 месяцев назад
Sorry, it was a LIVE webinar and we were already running out of time.
@designproductwithbing
@designproductwithbing 8 месяцев назад
genius method... thanks bro.
@SlinkySlonkyWaffle
@SlinkySlonkyWaffle 9 месяцев назад
you are the reason i REALLY want to get into rhino+grasshopper, but i still love NX so much 😭
@Cademy
@Cademy 9 месяцев назад
There is no need to leave NX. You can still make the most out of both the softwares! You can stick to modeling in NX, export to Rhino+Gh, use Grasshopper for textures, and integrate back the model in NX.
@SlinkySlonkyWaffle
@SlinkySlonkyWaffle 9 месяцев назад
@@Cademy true true, i just tend to deepdive in one software and keep at it xD
@mohameddawood1720
@mohameddawood1720 9 месяцев назад
simply AMAZING , keep these Webinars coming please , Subscribed and turned all notifications on
@Awras_Dz
@Awras_Dz 9 месяцев назад
merci bqp frr
@gabrielpontual9290
@gabrielpontual9290 9 месяцев назад
anyone else having issues to run Lunchbox on Rhino7?
@Cademy
@Cademy 7 месяцев назад
Use package manager and download the latest version of Lunchbox. Also update your Rhino. This should resolve the issue.
@rehmantazz3370
@rehmantazz3370 9 месяцев назад
The video is very informative thanks for uploading.
@zinuszinus2555
@zinuszinus2555 10 месяцев назад
Can you tell me why you don't use 3ds max, but use Rhino? I'm also a Rhino user, but I envy other program users.
@khhfi2729
@khhfi2729 10 месяцев назад
I'm sorry, i have an issue with the surface split part. It seems that my donut split with two lines-the interpolate one and the middle, and the curves didn't went through the whole donut, so I'm left with the part between the two lines and the rest of the donut. And umm... mine offset surface distance can only be set to 0 and 1 totally bizarre.
@quanli3552
@quanli3552 10 месяцев назад
Greate work! Hope Guru can see this!
@dongyihan3607
@dongyihan3607 10 месяцев назад
That is absolutely amazing!!! The logic behind every step is very helpful for beginners to understand workflow. Thank you very much!
@hrishikeshtambe4332
@hrishikeshtambe4332 10 месяцев назад
Real exciting 1hr 42mins of a video, learnt a lot many new things. Being an Architecture Student this knowledge helps me in my work. Learnt some of the important techniques of Rhino 3D, Grasshopper and Keyshot all in this beautifully paced video. Please keep posting such amazing video sessions here for students like us. Love from India, Maharashtra, Pune.
@Cademy
@Cademy Месяц назад
Thank you!
@mirlorojo86
@mirlorojo86 10 месяцев назад
I learned a lot now with this type of example. Thank you.
@Cademy
@Cademy 10 месяцев назад
We are glad this was helpful!!
@shaneps
@shaneps 10 месяцев назад
I love this concept! The donut should be adapted for all programs
@Cademy
@Cademy 10 месяцев назад
Thank you! Yes, the Donut Tutorial should be the benchmark in all CAD programs!
@vinzig5036
@vinzig5036 10 месяцев назад
Great video! This is a great format
@malicealice6346
@malicealice6346 11 месяцев назад
Thank you a lot, this showed me so many good tricks i didn't know before!
@TotyChannel
@TotyChannel 11 месяцев назад
Interesting, but no video on main page fix it plz!
@AlexanderMoon
@AlexanderMoon 11 месяцев назад
Thank you! No. Wait. THANK YOU!!!!
@Cademy
@Cademy 11 месяцев назад
We are glad you liked it Alexander!