2

I have a u shape and i want that 2 vertex join and make a arc. In the image i have shown the u shape black color and red color arc. Can we join the 2 green color pointed vertex and make a arc. Any method to join them and make a arc quick and simpleenter image description here

atek
  • 10,006
  • 29
  • 91
  • 195
  • maybe related: http://blender.stackexchange.com/questions/21698/how-would-i-create-an-arch/21707#21707 –  Dec 21 '16 at 17:37
  • Remove doubles is very handy when merging many different objects in various ways – J Sargent Dec 22 '16 at 04:03

2 Answers2

4

Use Spin tool and create the arc-shaped top based on the existing geometry.

  1. Select top vertices which should serve as a base for the arc. Snap cursor to them with Shift+S menu. Note that spinning will happen based on 3D cursor position and the current orientation of the view in the viewport.
  2. Deselect one of the vertices leaving only one selected (to make spin happen from one origin).
  3. Press Alt+R to execute the tool (or find it on the Toolshelf). Adjust Angle in operator's options to 180 degrees and set amount of steps according to your mesh.
  4. Make sure to remove double vertices with W menu.

    GIF create arc

WKG
  • 1,661
  • 7
  • 6
1
  • Add circle enter image description here
  • Select the left vertex and shifts and cursor to selected enter image description here
  • Choose 3dcursor as pivot point enter image description here
  • Select vertices enter image description here
  • Then scale with -1 along the x-axis
  • Select the right vertex and shifts and cursor to selected enter image description here
  • Select vertices enter image description here
  • Then scale with -1 along the x-axis enter image description here
Faceb Faceb
  • 3,885
  • 3
  • 29
  • 51