16

I have filled circle and I want to add vertex at center of it. After that I want to connect vertices from circle to the center vertex (this part I know how to do).

J Sargent
  • 19,269
  • 9
  • 79
  • 131
Bartek Kosa
  • 367
  • 1
  • 4
  • 8

4 Answers4

20

If you've already added the circle there are some other fast ways to do this:

Method 1:

  1. Select the circle.

  2. Extrude (E), then cancel the translate part of the extrusion with Esc.

  3. Press ⎇ AltM > Center to merge the extruded vertices into a single central vertex.

    enter image description here

Method 2:

  1. Select the circle.

  2. Fill (F) to make an n-gon.

  3. Poke Faces (⎇ AltP) to triangulate the n-gon with a central vertex.

    enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
4

You can do this when you first add the circle. When you first add the mesh, go to the tools where you normally enter the vertex number, and select Fill Type > Triangle Fan.

enter image description here

This will make a mesh like this:

enter image description here

J Sargent
  • 19,269
  • 9
  • 79
  • 131
4

If it is necessary to use an existing mesh, select all the vertices in the circle, and press Shift-S Cursor to Selected.

enter image description here

Then deselect all, then hold Ctrl and click anywhere in the viewport. This will add a vertex.

enter image description here

Now press Shift-S Selection to Cursor. This will place it where the 3D cursor is located, which is in the exact center of the circle.

enter image description here

J Sargent
  • 19,269
  • 9
  • 79
  • 131
4

Select the entire cicle A, then hit E > S > 0. in that order.

This will scale all vertices to 0.

Ctrl > V > remove doubles. To make a master vertex at center, rather than all thirty-two occupying the same space.

ruckus
  • 7,633
  • 26
  • 56