Whiffle Ball tutorial

From FreeCAD Documentation
Revision as of 15:49, 21 May 2019 by Le Loup (talk | contribs) (Typo)
Tutorial
Topic
Whiffle Ball (Part Module)
Level
Beginner
Time to complete
Authors
r-frank
FreeCAD version
0.16.6703
Example files
WhiffleBall_Tutorial_FCWiki.FCStd
See also
None

Introduction

This tutorial is here to teach you how to use the Part Module. You will practice:

  • inserting primitives
  • changing values of primitives
  • using placement
  • doing boolean operations


Tip: If you selected something wrong or just want to quickly de-select everything,
just click (Navigation-Style OpenInventor: CTRL-Click) in empty space in the 3D-view.

Final model

Setting up the basic shape

  1. Switch to the Part Module
  2. Create a new document from the menu File → New
  3. Insert box by clicking on
  4. Make sure the box ("Cube") is selected in tree view
  5. Change the dimensions of the box (see property/data-tab) to
    1. Length= 90 mm
    2. Width= 90 mm
    3. Heigth= 90 mm
  6. Click into the value field of placement-row in data-tab so that ... appears on right side
  7. Click on ... to change the placement of the box
    1. X: -45 mm
    2. Y: -45 mm
    3. Z: -45 mm
  8. Click on OK to close dialog
  9. Insert box ("Cube001") by clicking on
  10. Make sure the box ("Cube001") is selected in tree view
  11. Change the dimensions of the box ("Cube001") (see property/data-tab) to
    1. Length= 80 mm
    2. Width= 80 mm
    3. Heigth= 80 mm
  12. Change the placement of the box ("Cube001") to
    1. X: -40 mm
    2. Y: -40 mm
    3. Z: -40 mm
  13. Click to insert a cylinder ("Cylinder")
  14. Make sure the cylinder ("Cylinder") is selected in tree view
  15. Change radius of "Cylinder" to be 27,5 mm, change height to be 120 mm
  16. Change placement values of "Cylinder" to be
    1. X: 0 mm
    2. Y: 0 mm
    3. Z: -60 mm
  17. Click to insert a cylinder ("Cylinder001")
  18. Change radius of "Cylinder001" to be 27,5 mm, change height to be 120 mm
  19. Choose Edit → Duplicate selection from the top menu to get another cylinder ("Cylinder002")
  20. Make sure "Cylinder001" is selected in tree view
  21. Change placement values of "Cylinder001" to be
    1. Y: 60 mm
    2. Rotation axis with angle
    3. Axis: X
    4. Angle: 90°
  22. Click on OK to apply values and close dialog
  23. Make sure "Cylinder002" is selected in tree view
  24. Change placement values of "Cylinder002" to be
    1. X: -60 mm
    2. Rotation axis with angle
    3. Axis: Y
    4. Angle: 90°
  25. Click on OK to apply values and close dialog
  26. Click on to change to axonometric view
  27. Click on to zoom to fit all
  28. Select "Cube001", "Cylinder", "Cylinder001" and "Cylinder002" and fuse them by clicking
  29. Select "Cube" and "Fusion", but make sure, that "Cube" is selected FIRST
  30. Apply a boolean cut by clicking

The finished basic shape should look like this:

Cutting the corners part 1

  1. Insert box ("Cube002") by clicking on
  2. Change the dimensions of the box ("Cube002") (see property/data-tab) to
    1. Length= 140 mm
    2. Width= 112 mm
    3. Heigth= 112 mm
  3. Change the placement of the box ("Cube002") to
    1. X: -70 mm
    2. Y: -56 mm
    3. Z: -56 mm
  4. Insert box ("Cube003") by clicking on
  5. Change the dimensions of the box ("Cube003") (see property/data-tab) to
    1. Length= 180 mm
    2. Width= 180 mm
    3. Heigth= 180 mm
  6. Change the placement of the box ("Cube003") to
    1. X: -90 mm
    2. Y: -90 mm
    3. Z: -90 mm
  7. Make sure "Cube002" is selected in tree view, otherwise select it
  8. Choose Edit → Duplicate selection from the top menu to get another box ("Cube004")
  9. Make sure "Cube003" is selected in tree view, otherwise select it
  10. Choose Edit → Duplicate selection from the top menu to get another box ("Cube005")
  11. Select "Cube003" and "Cube002", but make sure, that "Cube003" is selected FIRST
  12. Activate menu to change placement
  13. Tick option Apply incremental changes to object placement, notice that all values are reset ...
  14. Choose "Rotation: X-Axis" and "Angle: 45°" and click on Apply
  15. Choose "Rotation: Z-Axis" and "Angle: 45°" and click on Apply
  16. Click on OK to close the dialog
  17. Apply a boolean cut by clicking , the resulting object will be named "Cut001"

Cutting the corners part 2

  1. Select "Cube005" and "Cube004", but make sure, that "Cube005" is selected FIRST
  2. Activate menu to change placement
  3. Tick option Apply incremental changes to object placement, notice that all values are reset ...
  4. Choose "Rotation: X-Axis" and "Angle: 45°" and click on Apply
  5. Choose "Rotation: Z-Axis" and "Angle: -45°" and click on Apply
  6. Click on OK to close the dialog
  7. Apply a boolean cut by clicking , the resulting object will be named "Cut002"
  8. Click on to change to axonometric view
  9. Click on to zoom to fit all

If everything went well your model should look like this:

Finishing the model

  1. Select "Cut" and "Cut001", but make sure, that "Cut" is selected FIRST
  2. Apply a boolean cut by clicking , the resulting object will be named "Cut003"
  3. Select "Cut003" and "Cut002", but make sure, that "Cut003" is selected FIRST
  4. Apply a boolean cut by clicking , the resulting object will be named "Cut004"
  5. Click on to change to axonometric view
  6. Click on to zoom to fit all
  7. Don't forget to save your file ...

Congratulations! You just finished this tutorial successfully!