2 min read

In this article by Joe Larson, the author of the book 3D Printing Designs: Octopus Pencil Holder, we are going to look at some of the basics, while setting the project for 3D printing. In this article we used Blender as our 3D editing tool.

(For more resources related to this topic, see here.)

Editing the basic shape

This project is going to take advantage of several powerful editing tools that Blender provides. The first one is going to be the Extrude operator. Extruding takes its name from the process of creating things in real life, but in 3D modeling, extruding takes a selected part of an existing model and creates new geometry on the edge of the selected parts so that the original can be moved away but remain attached to where it came from. The result is a new shape that can then be edited.

Extruding is a very powerful tool that’s used to alter the shape of an object and create new faces that can be extruded themselves:

Enter Edit Mode (Tab) and switch to face the select mode (Ctrl + Tab).

  1. Deselect all faces (A). Then, select one of the vertical sides of the cylinder.
  2. Extrude it either by navigating to Mesh | Extrude | Region in the 3D View menu or pressing E on the keyboard.
  3. Extrude the face about 40 mm by moving the mouse or typing 40 on the keyboard.

  4. Press Enter or click on the select mouse button to complete the extrude action.

    Like all actions in Blender, if a mistake is made in the process of extruding, pressing Esc or click on the right mouse button to cancel the action. If a mistake is made after this, undoing the action with Ctrl + Z is always possible.

  5. Then, scale the face (S) down to about 20% (0.2) in order to create a tentacle.

  6. Repeat the extruding and scaling process with the other seven vertical faces of the cylinder to create all eight tentacles.

  7. Select the top face of the cylinder and extrude (E) it about 30 mm.

  8. Then, scale (S) it up just a little bit to make the head bulbous.

  9. Extrude (E) the top again—this time, about 20 mm and—and scale (S) it in order to give the top a more rounded shape.

    Now, the cylinder has been changed into something more of an octopus-like shape. And it was mostly accomplished with the Extrude command, a truly powerful tool used to modify the shape of an object.

Summary

In this article we learned the basics of 3D editing and setting the project for initial stage. We learned basics of 3D modeling and used Octopus Pencil holder as our project. We also come across various keyboard shortcuts.

Happy designing!

Resources for Article:

 


Further resources on this subject:


Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago