December 25th
In this step we’re creating this fourth decoration which is pretty simple as well, like all are, but this one is similar if not the same as the first one.
We’ll start this one with a Sphere, oh what a shock, so start creating it and make its radius 10 units and position it in the origin. Just like other decorations.
Create another Sphere, and make this one’s radius 7 units.
Move this smaller Sphere right for 8 units, and Mirror it over y axis:
Now, you’ve guessed it, using BooleanDifference make holes.
And again, you can guess the next step, using FilletEdge we will fillet the two edges with 0.2 as radius:
Now, we need that wire top part from one of the previous objects. Just using Copy command copy it:
We will now use Move command to move this wire part down
We need to create one last Circle from Top viewport, and make it 1.5 units in radius:
Again, we need to Project this Circle onto our Sphere. We only need the top projected curve, so you can Delete all other after projection:
Then, using Trim or Split command cut the top of the sphere:
Using ExtrudeCrv command extrude this edge up by 1 unit: (make sure you set Cap option to NO)
Using Join command, join two surfaces, and with FilletEdge command we will fillet the edge with 0.3 units as radius:
This is it!
You should have ended up with this:
Thanks! This is awesome! Do you know how I can make a sphere that has defined sections? For example one that is cut into quarters or thirds? And for each section to have a different color? Should I make three spheres, cut them, and then assemble them, or is there a way for me to do that with a single sphere?
Thanks!