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!

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

This page has to be updated for FreeCAD version 1.1.
Additive Wedge
Hole
PartDesign

PartDesign Pocket

Menu location
Part Design → Substractive Features → Pocket
Workbenches
PartDesign
Default shortcut
None
Introduced in version
-
See also
PartDesign Pad

Description

The Pocket tool cuts solids by extruding a sketch or a face of a solid along a straight path.

Sketch profile (A) was mapped to the top face of base solid (B); result after pocketing through on the right.

Usage

  1. Select a single sketch or one or more faces from the Body.
  2. There are several ways to invoke the tool:
    • Press the Pocket button.
    • Select the Part Design → Subtractive Features → Pocket option from the menu.
  3. Set the Pocket parameters, see Options below.
  4. Press the OK button.

Options

When creating a pocket, or after double-clicking an existing pocket in the Tree View, the Pocket parameters task panel is shown. It offers the following settings:

Type

Type offers five different ways of specifying the length of the pocket:

Dimension

Enter a numeric value for the Length of the pocket. With the option Symmetric to plane the pocket will extend half the given length to either side of the sketch or face.

Through all

The pocket will extend up to the last face of the support it encounters in its direction. With the option Symmetric to plane the pocket will cut through all material in both directions. Note that for technical reasons, Through All is actually a 10 meter deep pocket. If you need deeper pockets, use the type Dimension.

To first

The pocket will extend up to the first face of the support it encounters in its direction.

Up to face

The pocket will extend up to a face. Press the Select face button and select a face or a datum plane from the Body.

Two dimensions

This allows to enter a second length in which the pocket should extend in the opposite direction. The directions can be switched by checking the Reversed option.

Up to shape

introduced in 1.0: The pocket will extend up to the selected shape. Optionally press the Select shape button and select a shape. Leave the Select all faces checkbox enabled or disable it, press the Select button and select the faces up to which the pocket should be created.

Offset to face

Offset from face at which the pocket will end. This option is only available if Type is Through all, To first or Up to face.

Length

Defines the length of the pocket. This option is only available if Type is Dimension or Two dimensions. The length is measured along the direction vector, or along the normal of the sketch or face. Negative values are not possible. Use the Reversed option instead.

2nd length

Defines the length of the pocket in the opposite direction. This option is only available if Type is Two dimensions.

Symmetric to plane

Check this option to extrude half the given length to either side of the sketch or face, if Type is Dimension, or Through all if that is the Type.

Reversed

Reverses the direction of the pocket.

Direction

Direction/edge

You can select the direction of the extrusion:

  • Sketch normal or Face normal: The sketch or face is extruded in the opposite direction of its normal. If you have selected several sketches or faces to be extruded, the normal of the first one will be used.
  • Select reference…: The sketch or face is extruded in the opposite direction of a straight edge or a datum line selected from the Body.
  • Custom direction: The sketch or face is extruded in the direction of the specified vector.

Show direction

If checked, the pocket direction will be shown. In case the pocket uses a Custom direction, it can be changed.

Length along sketch normal

If checked, the pocket length is measured along the sketch or face normal, otherwise along the custom direction.

Taper angle

Tapers the pocket in the extrusion direction by the given angle. A positive angle means the outer pocket border gets wider. Note that inner structures receive the opposite taper angle. This is done to facilitate the design of molds and molded parts. This option is only available if Type is Dimension or Two dimensions.

2nd taper angle

Tapers the pocket in the opposite extrusion direction by the given angle. See Taper angle. This option is only available if Type is Two dimensions.

Properties

Data

Part Design

  • DataRefine (Bool): True or false. Cleans up residual edges left after the operation. This property is initially set according to the user's settings (found in Preferences → Part Design → General → Model settings).

Pocket

  • DataType (Enumeration): Defines how the pocket will be extruded, see Options.
  • DataLength (Length): Defines the length of the pocket, see Options.
  • DataLength2 (Length): Second pocket length in case the DataType is TwoLengths, see Options.
  • DataUse Custom Vector (Bool): If checked, the pocket direction will not be the normal vector of the sketch but the given vector, see Options.
  • DataDirection (Vector): Vector of the pocket direction if DataUse Custom Vector is used.
  • DataReference Axis (LinkSub)
  • DataAlong Sketch Normal (Bool): If true, the pocket length is measured along the sketch normal. Otherwise and if DataUse Custom Vector is used, it is measured along the custom direction.
  • DataUp To Face (LinkSub): A face the pocket will extrude up to, see Options.
  • DataOffset (Length)
  • DataTaper Angle (Angle)
  • DataTaper Angle2 (Angle)

Sketch Based

  • DataProfile (LinkSub)
  • DataMidplane (Bool)
  • DataReversed (Bool)
  • DataAllow Multi Face (Bool)

Limitations

  • Use the type Dimension or Through All wherever possible because the other types sometimes give trouble when they are being patterned.
  • Other than that, the pocket feature has the same limitations as the Pad feature.


Additive Wedge
Hole
PartDesign

This page is retrieved from https://wiki.freecad.org/PartDesign_Pocket

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