Part Extrude/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importation d’une nouvelle version depuis une source externe.)
Line 1: Line 1:
{{GuiCommand|Name=Part Extrude|MenuLocation=Part -> Extrude|Workbenches=[[Part_Module|Part]], Complete|SeeAlso=}}
{{GuiCommand|Name=Part Extrude|MenuLocation=Part -> Extrude|Workbenches=[[Part_Module|Part]], Complete|SeeAlso=}}


== Description ==
Extrudes a planar shape along a given direction, to form a closed, solid volume. The dialog box below allows you to choose the extrusion axis and length.
A parametric Extrusion feature is available in the Part workbench from the Part tool bar and Part menu. Part Extrude 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,
In most common scenarios, the following lists the expected output shape type from a given input shape type,

Revision as of 19:47, 21 May 2014

Part Extrude

Menu location
Part -> Extrude
Workbenches
Part, Complete
Default shortcut
None
Introduced in version
-
See also
None

Description

A parametric Extrusion feature is available in the Part workbench from the Part tool bar and Part menu. Part Extrude 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,

  • Extrude a Vertex (point), will produce a lineal Edge (Line)
  • Extrude a open edge (e.g. line, arc), will produce a open face (e.g. plane)
  • Extrude 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)
  • Extrude a open Wire (e.g. a Draft Wire), will produce a open shell (several joined faces)
  • Extrude 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
  • Extrude a face (e.g. plane), will produce a solid (e.g. Cuboid)
  • Extrude a Draft Shape String, will produce a compound of solids (the string is a compound of the letters which are each a solid)