- Blender 3D Printing by Example
- Vicky Somma
- 367字
- 2021-07-02 21:29:29
Selecting vertices and making a new face
Now that our profile is a mesh, you will be working in terms of vertices, edges, and faces. Vertices are the points that make up the edges. Edges, in turn, are the borders that make up faces. In 3D printing, the slicing software is ultimately concerned with the faces of your object. An object with just vertices and edges would not print.
When you are in Edit Mode, you have the ability to view and edit all three elements of a mesh. There are now icons at the bottom of the screen that will let you switch your Selection Mode. If you select the leftmost icon, which is a yellow point on a cube, you will be in Vertex Select mode, where right-clicking will select specific vertices in your model. Selecting the middle icon, a yellow line on a cube, will put you in Edge Select mode and allow you to pick the edges or the outline of our profile. There is a final icon for Face Select mode which won't let us select anything at the moment.
Right now, our profile is just a collection of vertices and edges. In other words, our profile is not printable:

Vertex Selection Mode and Edge Selection Mode
We'll start to rectify that by using the vertices and edges we already have to create a new face. The steps are as follows:
- Switch to Edit Mode as we'll be changing just a specific part of our object.
- At the bottom of the screen, select the Vertex Select icon.
- Under the Select menu, pick (De)select All to select all the vertices in your model. You can also type A as a shortcut:
Selecting all the vertices
- Every vertex in your model will be highlighted in yellow to show it is selected. You can now tell Blender to make a new face out by going to Mesh | Faces | Make Edge/Face. Alternatively, you can hit the F key on your keyboard:
> Creating a new face.
At this point, your background image is suddenly obscured. There is a newly created face blocking the view.
- Unreal Engine:Game Development from A to Z
- 數據展現的藝術
- 基于LabWindows/CVI的虛擬儀器設計與應用
- 大數據專業英語
- Java實用組件集
- HBase Design Patterns
- Mastering Machine Learning Algorithms
- 計算機與信息技術基礎上機指導
- Linux嵌入式系統開發
- Salesforce Advanced Administrator Certification Guide
- ZigBee無線通信技術應用開發
- 工業機器人集成應用
- 玩機器人 學單片機
- 西門子S7-1200/1500 PLC從入門到精通
- Serverless Design Patterns and Best Practices