Final Tutorial – Customisable Ring



Author:

Categories: Tutorials

Tagged with: | | | | |


Scope: My initial idea was to create the Championship Ring for NBA season 2021. I am an avid fan of basketball since young. I have been an active player as well as fan of the NBA sports. The significance of the championship ring is the effort, hard work and dedication put in by the players in the team.

Here are some images of past championship rings:

Picture 1

As I was preparing to work on the design of the ring, there are several details to be included on the ring. The champion team’s name, team’s logo, year and player’s name. The rings will be given to all the players, coaches and members of executive front office. That is a lot of work to do individually, hence I thought of doing a customizable ring. It could open to a big market from designer to manufacturer.

Goal: To create a customizable and user-friendly script for ring designer.

Files:

Grasshopper – Ring

Rhino – KianCheow_Ring

Steps:

Decide the shape for the surface of the ring.

Screenshot 2020-06-19 at 14.44.39

Next, create two points to indicate the height of the surface to the center of the ring.

Using MOVE function, we connect the surface of the ring to the indicated height intended.

Screenshot 2020-06-19 at 14.54.00 Screenshot 2020-06-19 at 14.56.38

We can display the measurement using Aligned Dimensions.

Connect Plane to the P, 2points to A and B and good to have a slider connecting to O for the offset of distance from center.

Screenshot 2020-06-19 at 14.59.43

Using divide function, splitting the top surface into equal parts so that we can combine it with ring subsequently.

Screenshot 2020-06-19 at 15.53.15

Create the inner circle and outer circle in the XZ plane.

Screenshot 2020-06-19 at 15.10.17

Here comes the confusing part, where I used Curve/Curve intersect and Dispatch functions to get the points of intersection between two curves and combined into one circle. I used another function, Shatter, to split the circle into both side as the expansion on the top and bottom of the ring will be different. More explanation later on.

Screenshot 2020-06-19 at 15.28.18 Screenshot 2020-06-19 at 15.30.51

Creating an Ellipse at the center of the ring to adjust the thickness.

Similarly, using divide function, split the Ellipse into 4 equal segments to be combined with the surface of the ring.

Screenshot 2020-06-19 at 15.56.45Screenshot 2020-06-19 at 15.56.36

Using the BlendCurve function, I then combined the 4 points together. BlendCurve function plays a customizable role here as well. I can connect a slider to the Fa and Fb to adjust the bulge. Another slider to decide the continuity of the curve.

Screenshot 2020-06-19 at 16.00.22 Screenshot 2020-06-19 at 16.17.23

After the merge, it is creating a surface. The order of the points does not flow in a circular motion. I got stuck here for quite a while. By using the sort list function, I was able to recreate the sequence of the number according to what I want.

Screenshot 2020-06-19 at 16.30.00 Screenshot 2020-06-19 at 16.32.59

Simple Extrusion of the inner circle of the ring. Used the Negative function to obtain both sides.

Screenshot 2020-06-19 at 16.35.13

Using Brep/Brep intersection, we can attain the intersection between the extrusion and the surface. Subsequently using SurfaceSplit to retain the surface that we needed.

Screenshot 2020-06-19 at 16.40.00Screenshot 2020-06-19 at 16.40.25

By using Edges function, I split the top portion of the ring into different parts.

Using edges 4 and 5, I can create the bottom portion of the ring easily.

Screenshot 2020-06-19 at 16.47.50

For aesthetic and comfort purpose, I have decided to create an arc on the inner ring.

Screenshot 2020-06-19 at 16.54.36 Screenshot 2020-06-19 at 16.54.08

I then used the Sweep2 function to combine the arc together with the internal loop of the ring to create a surface.

Screenshot 2020-06-19 at 16.58.50Screenshot 2020-06-19 at 16.59.07

And tadahhh… Here is the final result of the whole ring.

Screenshot 2020-06-19 at 17.10.45Screenshot 2020-07-31 at 13.56.29

Conclusion: This is just phase 1 of the work that I have done. There can be improvement to the project in terms of the design on the surface of the ring. Simplify the script. Overall I am satisfied with my work.

After consulting with Simon, I found out that there is a plug-in on Food4Rhino named Peacock. It has so many more components which can simplify the design of jewelry actually. I will continue my work with the combination of Peacock to improve my current design and present it more user-friendly.

Below is the whole list of components which are available on Peacock.

components0991