- 3D Printing Blueprints
- Joe Larson
- 375字
- 2021-08-13 16:22:15
Smoothing the rough edges
Blender provides a number of object modifiers that can be used to quickly alter objects in the scene. In this project only two modifiers, namely Multiresolution and Boolean, will be used. Modifiers can be stacked, turned on and off, and their settings can be changed on the fly. The modifiers are accessed in their own menu in the right-hand side bar.
Begin with an incremental save (Press F2, then Numpad +, and click on Save As Blender File) to set a save point. Then carry out the following steps to create a new modifier:
- In the right-hand side bar, click on the icon that looks like a wrench to open up the modifier tab.
- Click on the Add Modifier button.
- Select from the second column (Generate) the Multiresolution modifier from the menu.
- In the Multiresolution options box click on the Subdivide button twice.
Multiresolution smoothes the mesh out by adding more vertices between existing vertices and putting them in a location that rounds the shape. In this case the final result looks good except that the top of the handle is too rounded so it doesn't join the body of the mug well. To flatten these curves out more points will need to be added to the original mesh. Fortunately modifiers do not change the original geometry until you click on the Apply button, so you can still modify the shape in Edit Mode.

To further modify the shape carry out the following steps:
- Enter the Wireframe view (Z).
- Enter Edit mode (Tab).
- The Loop Cut and Slide operation is accessed either by finding the button in the left-hand side bar under Add or by pressing Ctrl + R.
- Move the pointer with the mouse to the lines near the top at the end of the handle, as shown in the next screenshot.
- Left-click to select this subdivision.
- Move the pointer closer to the end of the handle, to slide the loop cut closer to the end of the handle, but not overlapping the existing points.
- Left-click to end the loop-cut operation.
- Exit Edit Mode (Tab).
The top end of the handle is now blunter and will sit inside the mug better. Save the work done so far before continuing further.
- Mastering Delphi Programming:A Complete Reference Guide
- Getting Started with Qt 5
- 單片機原理及應用系統設計
- 平衡掌控者:游戲數值經濟設計
- scikit-learn:Machine Learning Simplified
- 基于Apache Kylin構建大數據分析平臺
- Spring Cloud微服務架構實戰
- 電腦高級維修及故障排除實戰
- BeagleBone Robotic Projects
- 圖解計算機組裝與維護
- IP網絡視頻傳輸:技術、標準和應用
- Building Machine Learning Systems with Python
- Angular 6 by Example
- 微服務實戰
- 計算機組成技術教程