FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!


TutorialInfo: Topic: Sketcher Level: Beginner Time: 15 minutes Author: http://freecadweb.org/wiki/index.php?title=User:Drei Drei FCVersion: 0.16 or above Files: }}

Introduction

This tutorial is meant to introduce the reader to the basic workflow of the PartDesign Workbench. The reader will see how to create 3D objects based on Sketches, perform subtraction operations and how to replicate specific features in a pattern.

!{width="480"}

Requirements

  • FreeCAD version 0.17 or above
  • The reader has finished the Basic Sketcher Tutorial

Procedure

Creating 3D geometry

The purpose of the PartDesign Workbench is to allow the user to create geometry in 3D space. As such, it is equipped with tools to make use of sketches and convert them to 3D objects.

To achieve this, two tools are exist: !{width="32"} Pad and !{width="32"} Revolution. Alongside their subtractive counterparts {width="32"} Pocket and !{width="32"} Groove) they make up most of the common actions used by this workbench.

  1. Switch to the PartDesign Workbench
  2. With the sketch selected in the tree view, press File:PartDesign_Body.svg 16px PartDesign_Body{: mediawiki}, choose the default XY-plane, and press OK. The sketch should appear now inside the Body.
  3. Select !{width="32"} Pad
  4. Set the distance to 5 mm
  5. Select Ok

Another way to create 3D geometry is with the !{width="32"} Revolution tool.

!{width="480"}

  1. Create a new body File:PartDesign_Body.svg 16px PartDesign_Body{: mediawiki}, and then a sketch based on the image above.
  2. The sketch can be on any plane, but should be co-incident with the horizontal axis.
  3. Select !{width="32"} Revolution
  4. Set the \"Axis\" to the \"Horizontal Sketch Axis\"
  5. Set the angle to 360°

Subtracting Features

We\'ll begin by creating a sketch with the shape we want to subtract.

  1. Select the top flat face of the \"Revolution\"
  2. Select !{width="32"} New sketch
  3. Select !{width="32"} External Geometry
  4. Approach the edge of the pad. An arc should be highlighted
  5. Select the arc. An arc of a different color should appear in the sketch
  6. Create a hexagon centered on the same point as the arc and set the radius of the reference circle to 5 mm

{{Message| '''External Geometry''' When a 3D element has been created it is possible to create references to it within a sketch.

Select Image:Sketcher_External.svg Sketcher_External.

Approach the element that you wish to reference, the edge of a '''Pad''' for example.

Click on it

New elements of a different color should appear on the sketch in the location of the feature you wish to reference.


PartDesign tutorial

Afterwards, we\'ll proceed to apply a Pocket feature.

  1. Select the sketch
  2. Select Pocket
  3. Set the distance to Through all

Pattern Features

Recall the extruded profile that was created at the start of the tutorial.

  1. Select the top face of the object
  2. Create a new Sketch
  3. Create reference geometry linked to the top arm of the figure
  4. Create a circle constrained to the center of the reference arc
  5. Set its radius to 3 mm
  6. Pocket the sketch through all the workpiece

Instead of creating a circle for each hole in the sketch, we will introduce the concept of Pattern Features. These tools operate by replicating a feature in the workpiece that has already been created and that we wish to reproduce in a linear or circular arrangement. We will use a combination of Linear and Polar pattern features simulatneously to obtain the final workpiece.

  1. Select the Pocket feature that we just created in the Tree View
  2. Select MultiTransform

In the Combo View we are now asked to introduce the Transformations that we desire. Notice that in the MultiTransform parameters menu we see that FreeCAD has identified the Pocket as the Original feature and a second box requests us to Right click it to introduce the pattern features.

  1. Right click the box
  2. Select Add Linear Pattern
  3. Set the Direction to Vertical Sketch Axis
  4. Set length to 10 mm
  5. Leave occurrences at 2
  6. Click OK
  7. Right click the box again to add a Polar Pattern. Notice that the 3D view has now added the linear pattern.
  8. Set occurrences to 5
  9. Click OK twice

After completing this task you should have the following result.

If not, re-edit the MultiTransform operation by double clicking on it in the Tree View. Check both pattern features to detect necessary modifications, such as the Axis and if the Direction needs to be reversed.

We are now finished with the basic workflow for the PartDesign Workbench.


⏵ documentation index > PartDesign > PartDesign tutorial

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PartDesign_tutorial.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub