2

My current design is comprised of a single path of vertices, defined by vertical and horizontal edges linked by 90° corners. Applying the skin modifier to this path of vertices creates perfect rectangular segments, but the corners display concave artifacts.

Any suggestions?

enter image description here

enter image description here

dman
  • 25
  • 5

2 Answers2

12

I suggest using a combination of Screw + Solidify modifier (your base mesh must be flat for the best result) :

Screw : Along Z, 1 step (If using Blender < V2.83, the minimum steps is 2. Make sure the angle is 0°), Remove smooth shading

Solidify : Complex mode, offset 0

enter image description here

If you want to have the height centered around 0, simply add a displace with a driver :

enter image description here

Result :

enter image description here

Add custom properties if you don't want to deal with the modifier interface :

enter image description here

Gorgious
  • 30,723
  • 2
  • 44
  • 101
4

If your path is flat, then making it a poly-curve, then setting it to 2D and object-bevelling it in its Geometry panel with another, square, curve, will produce perfect mitres at the corners.

enter image description here

Robin Betts
  • 76,260
  • 8
  • 77
  • 190