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!

Builder
Revolve
Part

Part Extrude

Menu location
Part → Extrude
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Draft Trimex, PartDesign Pad

Description

The Part Extrude command extends a shape by a specified distance, in a specified direction. The output shape type will vary depending on the input shape type and the options selected.

In most common scenarios, the following lists the expected output shape type from a given input shape type,

  • Extruding a Vertex (point) will produce a straight Edge (Line)
  • Extruding an open edge (e.g. line, arc) will produce an open face (e.g. plane)
  • Extruding a closed edge (e.g. circle) will optionally produce a closed face (e.g. an open-ended cylinder) or if the parameter "solid" is "true" will produce a solid (e.g. a closed solid cylinder)
  • Extruding an open Wire (e.g. a Draft Wire) will produce an open shell (several joined faces)
  • Extruding a closed Wire (e.g. a Draft Wire) will optionally produce a shell (several joined faces) or if the parameter "solid" is "true" will produce a solid
  • Extruding a face (e.g. plane) will produce a solid (e.g. Cuboid)
  • Extruding a Draft ShapeString will produce a compound of solids (the string is a compound of the letters which are each a solid)
  • Extruding a shell of faces will produce a Compsolid.

Examples of extrusion

Usage

  1. Optionally select one or more shapes in the 3D View or in the Tree View.
  2. There are several ways to invoke the command:
    • Press the Extrude button.
    • Select the Part → Extrude option from the menu.
  3. The Extrude task panel opens.
    • Optionally click on an item in the Shape list to (re-) select a shape.
    • Optionally keep Shift pressed and click on an item in the Shape list to either add the shape to the selection, or to remove it from the selection.
    • Set the direction and length and optionally other parameters (see Properties for more details).
  4. Press OK to close the task panel.
  5. One Extrude object will be created for each selected shape.

Each input shape is placed underneath its Extrude object.

Task panel

  • OK button creates the extrusion, and closes the panel.
  • Close button closes the panel, without doing anything.
  • Apply button creates the extrusion, but does not close the panel. You can then select another shape from the list at the bottom and create more extrusions.
  • Direction radio buttons: sets the way the extrusion direction is computed.
  • Reversed checkbox: reverses the extrusion direction.
  • Select button: click it, and then pick an edge in the 3D View. That edge will appear in text field next to the button, in the format "ObjectName:EdgeN". You can also type the link manually or erase it. The values X, Y, Z will be filled according to the edge direction.
  • X, Y, Z buttons: Click a button to set extrusion direction to the positive axis. Click it again to set it to the negative axis.
  • X, Y, Z input fields: set or display the direction vector of extrusion. If both lengths are zero, the length of this vector sets the length of extrusion, and values are always in mm, regardless of unit preferences.
  • Length fields: set the length of the extrusion. These input fields have unit support.
  • Symmetric: spreads out the extrusion into both directions, so that the profile remains in the middle.
  • Taper angle along: draft angle for the along direction. Positive angle means profile is expanded at other end of extrusion.
  • Taper angle against: idem for the against direction.
  • Create solid checkbox: if checked, extruding a closed wire or edge will yield a solid. It is checked by default, if a closed wire was preselected before invoking Part Extrude.
  • Shape list: here you select which shapes to extrude. If multiple objects are selected, multiple Extrude objects are created.

Notes

  • App Link objects linked to the appropriate object types and App Part containers with the appropriate visible objects inside can also be used as profiles and to specify the direction.
  • The task panel does not offer a preview, yet. Apply will create an extrusion object every time you click it, which can be useful as preview; however, they will remain and yet another one will be created as you click OK. Undo can be useful to clean them up before clicking OK.

Comparison with PartDesign Pad

PartDesign Pad is also an extrusion feature, but there are important differences:

  • Part Extrude always creates a standalone shape. PartDesign Pad fuses the extrusion result to the rest of the Body.
  • Part Extrude can be placed anywhere in the model tree. PartDesign Pad can only be placed inside a PartDesign Body.
  • Part Extrude can extrude any object that has a Part geometry (OpenCASCADE shape), except for solids and CompSolids.
  • Part Extrude can extrude individual faces of other objects. PartDesign Pad will only accept either Sketch or faces of PartDesign objects as a profile.

Properties

See also: Property View.

A Part Extude object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Extrude

  • DataBase (Link): The shape to extrude.
  • DataDir (Vector): The extrusion direction. If DataDir Mode is Custom you can edit this property, otherwise it is read-only.
  • DataDir Mode (Enumeration): Sets how DataDir is controlled. Custom means DataDir is editable. Edge means DataDir is obtained from an edge (line) linked by DataDir Link. Normal means DataDir is perpendicular to the plane of the input shape.
  • DataDir Link (LinkSub): Parametric link to an edge (line) that sets the extrusion direction.
  • DataLength Fwd (Distance): Length of extrusion along direction. If both DataLength Fwd and DataLength Rev are zero, the length of the DataDir vector is used.
  • DataLength Rev (Distance): Length of additional extrusion, against direction.
  • DataSolid (Bool): If true, extruding a closed edge or a closed wire will yield a solid. If False, a shell will result.
  • DataReversed (Bool): Reverses the extrusion direction.
  • DataSymmetric (Bool): If true, extrusion is centered at the input shape, and the total length is DataLength Fwd. DataLength Rev is ignored.
  • DataTaper Angle (Angle): Applies an angle to the extrusion, so that sides of the extrusion are drafted by the specified angle. Positive angle means the cross-section expands. Inner structures receive the opposite taper angle. This is done to facilitate the design of molds and molded parts.
  • DataTaper Angle Rev (Angle): Sets the taper for the reversed part of the extrusion (the part from DataLength Rev).
  • Data (Hidden)Face Maker Class (String): Superseded by DataFace Make Mode (read-only).
  • DataFace Make Mode (Enumeration): If DataSolid is true, the facemaker class to use when converting wires to faces, otherwise ignored. The options are Simple, Cheese, Extrusion and Bullseye (default).


Builder
Revolve
Part

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

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