Skip to main content
Question

How to convert circle to hexagon or octagon?

  • March 13, 2019
  • 2 replies
  • 42 views

Hi guys,

 

As question says, I have a set of circles which I have to convert to either hexagon or octagon. Tried googling resault and didn't find any help.

 

 

Any ideas?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • March 13, 2019

Untested, but perhaps try the ArcEstimator to convert the circles into circular arcs, then use the ArcStroker and set the number of interpolated edges to either 6 or 8.

Did a short test:


  • Author
  • 3 replies
  • March 13, 2019

Untested, but perhaps try the ArcEstimator to convert the circles into circular arcs, then use the ArcStroker and set the number of interpolated edges to either 6 or 8.

Did a short test:

That actually worked!!! I tried ArcStroker but without ArcEstimator and couldn't get good resault.

Thank you very much