Hi everyone,

I have some prior experience with Solidworks, but I wanted to try out a FOSS alternative. I’ve been messing around in FreeCAD for a couple hours and I have the following question:

How do I polar pattern a revolved surface?

I want to accomplish something similar to what is described in this video (12:14 to 13:44).

My ideal workflow is as follows:

  1. Create sketch (e.g. square)
  2. Pad sketch to create body (e.g. cube)
  3. Create new sketch (e.g. line)
  4. Revolve sketch to create surface (e.g. disc)
  5. Polar pattern the surface to create multiple (e.g. 4) discs
  6. Slice apart cube by 4 discs to yield 9 separate bodies

I’m stuck on step 5. Is this possible in FreeCAD? If not, are there any recommended workarounds to achieve the same result?

Thanks in advance!

  • @threelonmusketeersOP
    link
    English
    17 months ago

    Thanks! Using the “Part” workbench instead of the “Part Design” workbench, and using the “Polar array” tool from the “Draft” workbench instead of the “PolarPattern” tool from “Part Design” workbench seems to have done the trick.

    I’m now having some difficulty with step 6: Slicing the cube into 9 pieces. It seems like the best tool for this is “Slice apart” from the Part workbench. Is this the correct tool?

    If I set the polar array number to 2 (generating two discs), I can slice the cube into 3 pieces just fine. However, if I set the polar array number to 4 (generating four discs), the “Exploded Slice” in the tree contains only 3 pieces, not 9.

    The exterior faces of the cube appear to have been sliced by all four discs, but only two discs seem to have actually sliced the solid.

    What am I missing?

    • @[email protected]M
      link
      fedilink
      English
      27 months ago

      I think you’d be better off using the Boolean XOR tool from the same Split submenu (if you approach it from the Part menubar in the Part workbench), on your cube and your array, instead of the Slice apart tool.

      Then on the resultant XOR object use the Explode compound tool from the Compound submenu.

      You’ll get a folder with all your sliced parts in it.