FreeCAD Logo FreeCAD 1.0
  • Inglés Africano Árabe Bielorruso Catalán Checo Alemán Griego Español Español Euskera Finlandés Filipino Francés Gallego Croata Húngaro Indonesio Italiano Japonés Cabilio Coreano Lituano Neerlandés bokmal de Noruega Polaco Portugués Portugués Rumano Ruso Eslovaco Esloveno Serbio Sueco Turco Ucraniano Valenciano Vietnamita Chino Chino
  • Características
  • Descarga
  • Blog
  • Documentación
    Índice de documentación Primeros pasos Documentacion para el usuario El manual de FreeCAD Documentación de entornos de trabajo Documentación sobre FreeCAD + Python Documentación de codificación de C++ Tutoriales Preguntas frecuentes Política de privacidad Acerca de FreeCAD
  • Contribuir
    ¿Cómo puedo ayudar? Sponsor Informar de un error Hacer un pull request Trabajos y financiación Pautas de contribución Manual de desarrolladores Traducciones
  • Comunidad
    Código de conducta Foro The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendario
  • ♥ Donate

Donate

$
Información de SEPA
Configure su transferencia bancaria SEPA a:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Agencia bancaria: BNP Paribas Fortis
Dirección: 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!

Filtro compuesto
Redondeo
Pieza

Pieza Extruye

Ubicación en el Menú
Pieza → Extrusión
Entornos de trabajo
Pieza
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Draft Trimex

Description

Descripción

Pieza Extruye extiende una forma por una distancia determinada, en una dirección determinada. El tipo de forma de salida variará dependiendo del tipo de forma de entrada y de las opciones seleccionadas.

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

  • DatosBase (Link): The shape to extrude.
  • DatosDir (Vector): The extrusion direction. If DatosDir Mode is Custom you can edit this property, otherwise it is read-only.
  • DatosDir Mode (Enumeration): Sets how DatosDir is controlled. Custom means DatosDir is editable. Edge means DatosDir is obtained from an edge (line) linked by DatosDir Link. Normal means DatosDir is perpendicular to the plane of the input shape.
  • DatosDir Link (LinkSub): Parametric link to an edge (line) that sets the extrusion direction.
  • DatosLength Fwd (Distance): Length of extrusion along direction. If both DatosLength Fwd and DatosLength Rev are zero, the length of the DatosDir vector is used.
  • DatosLength Rev (Distance): Length of additional extrusion, against direction.
  • DatosSolid (Bool): If true, extruding a closed edge or a closed wire will yield a solid. If False, a shell will result.
  • DatosReversed (Bool): Reverses the extrusion direction.
  • DatosSymmetric (Bool): If true, extrusion is centered at the input shape, and the total length is DatosLength Fwd. DatosLength Rev is ignored.
  • DatosTaper 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.
  • DatosTaper Angle Rev (Angle): Sets the taper for the reversed part of the extrusion (the part from DatosLength Rev).
  • Datos (Hidden)Face Maker Class (String): Superseded by DatosFace Make Mode (read-only).
  • DatosFace Make Mode (Enumeration): If DatosSolid 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

Esta página ha sido recuperada de https://wiki.freecad.org/Part_Extrude

¡Contáctanos!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© El equipo de FreeCAD. Créditos de imagen de la página principal (de arriba a abajo): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Este proyecto es apoyado por: , KiCad Services Corp. y otros patrocinadores

GitHubMejora esta página en GitHub