2

I made a mesh circle now I want to add some thickness to it so it looks like a wire or string, not rope.

Patrick OReilly
  • 41
  • 1
  • 1
  • 3

1 Answers1

1

A mesh>circle has no faces, so it is not renderable.

Also, without any faces it cannot be used with the solidify modifier to give thickness.

You might want to use a curve>cirlce instead, so that you can control the thickness with the bevel setting.

enter image description here