MAT 594X: Week 1 Rhino

by subramaniyam1996 in Workshop > 3D Printing

101 Views, 0 Favorites, 0 Comments

MAT 594X: Week 1 Rhino

Screen Shot 2021-04-06 at 5.07.04 AM.png

I am completely new to building stuff on Rhino and Grasshopper. This was my first attempt building something mainly using parameters. All the basic code was taken from Jennifer Jacobs course at UCSB.

Grasshopper and Rhino

Screen Shot 2021-04-06 at 5.08.29 AM.png

The workflow I ended up creating in Grasshopper looks like this. It uses the python script to create a set of points, based on the parameters given to it. Then it uses two different ways to connect those points, one on the basis of a certain threshold, the other using Delaunay Edge Connector. Edges created with both these methods are then extruded where the edges created using Delaunay have a lower height. Finally those extruded surfaces are unsuccessfully combined using the surface union method. Surprisingly the boolean union in Rhino also did not work properly.

Rhino

Screen Shot 2021-04-06 at 5.07.04 AM.png
Screen Shot 2021-04-06 at 5.07.22 AM.png

The model looks like this in Rhino. The top view reveals the pattern. Once all these surfaces are extruded, they are baked into Rhino. Once baked the Model is exported in stl which is later then imported to Ultimaker Cura.

Ultimaker Cura

Screen Shot 2021-04-06 at 5.10.54 AM.png

This is how the model looks in Ultimaker Cura. Cura shows crazy time (about 7 hrs) to print the model.