How do I straighten just the inner hole of this mesh?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}






up vote
8
down vote

favorite
1












I'm attempting to make a combination wrench. The hole is supposed to be hexagonal, but I can't figure out how to sharpen the edges without causing pinching on the outer side of the wrench when I use a subdivision modifier. Anyone have any ideas on how to do this?





I also tried beveling the inner lines of the ring that caused an artifact:










share|improve this question







New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
    – Virgil Sisoe
    Nov 15 at 21:17










  • Beveling the edge created ngons, these don't subdivide well.
    – Jaroslav Jerryno Novotny
    Nov 15 at 21:21

















up vote
8
down vote

favorite
1












I'm attempting to make a combination wrench. The hole is supposed to be hexagonal, but I can't figure out how to sharpen the edges without causing pinching on the outer side of the wrench when I use a subdivision modifier. Anyone have any ideas on how to do this?





I also tried beveling the inner lines of the ring that caused an artifact:










share|improve this question







New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
    – Virgil Sisoe
    Nov 15 at 21:17










  • Beveling the edge created ngons, these don't subdivide well.
    – Jaroslav Jerryno Novotny
    Nov 15 at 21:21













up vote
8
down vote

favorite
1









up vote
8
down vote

favorite
1






1





I'm attempting to make a combination wrench. The hole is supposed to be hexagonal, but I can't figure out how to sharpen the edges without causing pinching on the outer side of the wrench when I use a subdivision modifier. Anyone have any ideas on how to do this?





I also tried beveling the inner lines of the ring that caused an artifact:










share|improve this question







New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm attempting to make a combination wrench. The hole is supposed to be hexagonal, but I can't figure out how to sharpen the edges without causing pinching on the outer side of the wrench when I use a subdivision modifier. Anyone have any ideas on how to do this?





I also tried beveling the inner lines of the ring that caused an artifact:







modifiers subdivision-surface






share|improve this question







New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 15 at 20:38









ShadyHorizon

433




433




New contributor




ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






ShadyHorizon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
    – Virgil Sisoe
    Nov 15 at 21:17










  • Beveling the edge created ngons, these don't subdivide well.
    – Jaroslav Jerryno Novotny
    Nov 15 at 21:21


















  • if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
    – Virgil Sisoe
    Nov 15 at 21:17










  • Beveling the edge created ngons, these don't subdivide well.
    – Jaroslav Jerryno Novotny
    Nov 15 at 21:21
















if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
– Virgil Sisoe
Nov 15 at 21:17




if I understand correctly you want the hexagonal shape to stay hexagonal even after the subd modifier?
– Virgil Sisoe
Nov 15 at 21:17












Beveling the edge created ngons, these don't subdivide well.
– Jaroslav Jerryno Novotny
Nov 15 at 21:21




Beveling the edge created ngons, these don't subdivide well.
– Jaroslav Jerryno Novotny
Nov 15 at 21:21










3 Answers
3






active

oldest

votes

















up vote
8
down vote



accepted










Edit: actually, a bit simpler method. First, the destructive version:




  • Create a 6 vertices circle.

  • Subdivide it once.

  • Extrude it inwards.

  • Make its external edge loop a circle with W > Looptools > Circle.

  • Extrude it up on the Z axis.

  • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the internal vertical edges.

  • Smooth with a Subdivision Surface modifier and a Smooth Shading.


enter image description here



The non-destructive version:




  • Create a 6 vertices circle.

  • Subdivide it once.

  • Give it a Solidify modifier.

  • Create a 12 vertices circle.

  • Extrude inwards and merge it on its center.

  • Give it a Solidify modifier.

  • Give it a Boolean modifier / Difference mode with the first circle as Object.

  • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the vertical internal edges.

  • Smooth with a Subdivision Surface modifier and a Smooth Shading.

  • Apply the modifier if you are happy with the result.


enter image description here






share|improve this answer























  • Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
    – wchargin
    2 days ago










  • no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
    – moonboots
    2 days ago


















up vote
9
down vote













creasing edges with SHIFT + E could also be a non destructive option if you don't want to modify existing geometry
enter image description here






share|improve this answer






























    up vote
    7
    down vote













    Create a 6 sided mesh circle and rotate it $30º$



    Now add a slightly larger circle with three times more sides $3 times 6 = 18$ and also rotate it $30º$



    Subdivide the inner circle with a number of cuts of 2



    Bridge both circles and add the desired modifiers, like a Subsurf and Solidify



    Now you can adjust the smoothness of the inner edges by selecting the two middle vertex of each edge, setting the Pivot center to 'Individual Origins', and scaling them up, outwards towards the edges.



    enter image description here






    share|improve this answer























      Your Answer





      StackExchange.ifUsing("editor", function () {
      return StackExchange.using("mathjaxEditing", function () {
      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
      });
      });
      }, "mathjax-editing");

      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "502"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });






      ShadyHorizon is a new contributor. Be nice, and check out our Code of Conduct.










       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f122747%2fhow-do-i-straighten-just-the-inner-hole-of-this-mesh%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      8
      down vote



      accepted










      Edit: actually, a bit simpler method. First, the destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Extrude it inwards.

      • Make its external edge loop a circle with W > Looptools > Circle.

      • Extrude it up on the Z axis.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the internal vertical edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.


      enter image description here



      The non-destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Give it a Solidify modifier.

      • Create a 12 vertices circle.

      • Extrude inwards and merge it on its center.

      • Give it a Solidify modifier.

      • Give it a Boolean modifier / Difference mode with the first circle as Object.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the vertical internal edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.

      • Apply the modifier if you are happy with the result.


      enter image description here






      share|improve this answer























      • Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
        – wchargin
        2 days ago










      • no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
        – moonboots
        2 days ago















      up vote
      8
      down vote



      accepted










      Edit: actually, a bit simpler method. First, the destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Extrude it inwards.

      • Make its external edge loop a circle with W > Looptools > Circle.

      • Extrude it up on the Z axis.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the internal vertical edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.


      enter image description here



      The non-destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Give it a Solidify modifier.

      • Create a 12 vertices circle.

      • Extrude inwards and merge it on its center.

      • Give it a Solidify modifier.

      • Give it a Boolean modifier / Difference mode with the first circle as Object.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the vertical internal edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.

      • Apply the modifier if you are happy with the result.


      enter image description here






      share|improve this answer























      • Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
        – wchargin
        2 days ago










      • no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
        – moonboots
        2 days ago













      up vote
      8
      down vote



      accepted







      up vote
      8
      down vote



      accepted






      Edit: actually, a bit simpler method. First, the destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Extrude it inwards.

      • Make its external edge loop a circle with W > Looptools > Circle.

      • Extrude it up on the Z axis.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the internal vertical edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.


      enter image description here



      The non-destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Give it a Solidify modifier.

      • Create a 12 vertices circle.

      • Extrude inwards and merge it on its center.

      • Give it a Solidify modifier.

      • Give it a Boolean modifier / Difference mode with the first circle as Object.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the vertical internal edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.

      • Apply the modifier if you are happy with the result.


      enter image description here






      share|improve this answer














      Edit: actually, a bit simpler method. First, the destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Extrude it inwards.

      • Make its external edge loop a circle with W > Looptools > Circle.

      • Extrude it up on the Z axis.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the internal vertical edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.


      enter image description here



      The non-destructive version:




      • Create a 6 vertices circle.

      • Subdivide it once.

      • Give it a Solidify modifier.

      • Create a 12 vertices circle.

      • Extrude inwards and merge it on its center.

      • Give it a Solidify modifier.

      • Give it a Boolean modifier / Difference mode with the first circle as Object.

      • Give it a Bevel modifier / Angle mode, with an Angle low enough to smooth the vertical internal edges.

      • Smooth with a Subdivision Surface modifier and a Smooth Shading.

      • Apply the modifier if you are happy with the result.


      enter image description here







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited 2 days ago

























      answered Nov 15 at 21:22









      moonboots

      6,6302514




      6,6302514












      • Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
        – wchargin
        2 days ago










      • no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
        – moonboots
        2 days ago


















      • Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
        – wchargin
        2 days ago










      • no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
        – moonboots
        2 days ago
















      Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
      – wchargin
      2 days ago




      Your destructive approach will almost certainly have far nice topology than your nondestructive approach (due to the Boolean modifier), right?
      – wchargin
      2 days ago












      no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
      – moonboots
      2 days ago




      no, it will actually be the same, because the 12 vertical edges of the boolean object will perfectly match with the 12 edges of the main object, destructive or non-destructive is just a matter of preference in this case
      – moonboots
      2 days ago












      up vote
      9
      down vote













      creasing edges with SHIFT + E could also be a non destructive option if you don't want to modify existing geometry
      enter image description here






      share|improve this answer



























        up vote
        9
        down vote













        creasing edges with SHIFT + E could also be a non destructive option if you don't want to modify existing geometry
        enter image description here






        share|improve this answer

























          up vote
          9
          down vote










          up vote
          9
          down vote









          creasing edges with SHIFT + E could also be a non destructive option if you don't want to modify existing geometry
          enter image description here






          share|improve this answer














          creasing edges with SHIFT + E could also be a non destructive option if you don't want to modify existing geometry
          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 15 at 21:43

























          answered Nov 15 at 21:37









          Virgil Sisoe

          3687




          3687






















              up vote
              7
              down vote













              Create a 6 sided mesh circle and rotate it $30º$



              Now add a slightly larger circle with three times more sides $3 times 6 = 18$ and also rotate it $30º$



              Subdivide the inner circle with a number of cuts of 2



              Bridge both circles and add the desired modifiers, like a Subsurf and Solidify



              Now you can adjust the smoothness of the inner edges by selecting the two middle vertex of each edge, setting the Pivot center to 'Individual Origins', and scaling them up, outwards towards the edges.



              enter image description here






              share|improve this answer



























                up vote
                7
                down vote













                Create a 6 sided mesh circle and rotate it $30º$



                Now add a slightly larger circle with three times more sides $3 times 6 = 18$ and also rotate it $30º$



                Subdivide the inner circle with a number of cuts of 2



                Bridge both circles and add the desired modifiers, like a Subsurf and Solidify



                Now you can adjust the smoothness of the inner edges by selecting the two middle vertex of each edge, setting the Pivot center to 'Individual Origins', and scaling them up, outwards towards the edges.



                enter image description here






                share|improve this answer

























                  up vote
                  7
                  down vote










                  up vote
                  7
                  down vote









                  Create a 6 sided mesh circle and rotate it $30º$



                  Now add a slightly larger circle with three times more sides $3 times 6 = 18$ and also rotate it $30º$



                  Subdivide the inner circle with a number of cuts of 2



                  Bridge both circles and add the desired modifiers, like a Subsurf and Solidify



                  Now you can adjust the smoothness of the inner edges by selecting the two middle vertex of each edge, setting the Pivot center to 'Individual Origins', and scaling them up, outwards towards the edges.



                  enter image description here






                  share|improve this answer














                  Create a 6 sided mesh circle and rotate it $30º$



                  Now add a slightly larger circle with three times more sides $3 times 6 = 18$ and also rotate it $30º$



                  Subdivide the inner circle with a number of cuts of 2



                  Bridge both circles and add the desired modifiers, like a Subsurf and Solidify



                  Now you can adjust the smoothness of the inner edges by selecting the two middle vertex of each edge, setting the Pivot center to 'Individual Origins', and scaling them up, outwards towards the edges.



                  enter image description here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 2 days ago









                  Robin Betts

                  5,0601627




                  5,0601627










                  answered 2 days ago









                  Duarte Farrajota Ramos

                  31.5k53574




                  31.5k53574






















                      ShadyHorizon is a new contributor. Be nice, and check out our Code of Conduct.










                       

                      draft saved


                      draft discarded


















                      ShadyHorizon is a new contributor. Be nice, and check out our Code of Conduct.













                      ShadyHorizon is a new contributor. Be nice, and check out our Code of Conduct.












                      ShadyHorizon is a new contributor. Be nice, and check out our Code of Conduct.















                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f122747%2fhow-do-i-straighten-just-the-inner-hole-of-this-mesh%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                      Alcedinidae

                      Can an atomic nucleus contain both particles and antiparticles? [duplicate]