PartDesign Espesor
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.
|
|
| Ubicación en el Menú |
|---|
| Part Design → Apply a dress up feature → Espesor |
| Entornos de trabajo |
| PartDesign |
| Atajo de teclado por defecto |
| Ninguno |
| Introducido en versión |
| 0.17 |
| Ver también |
| Part Thickness |
Descripción
La herramienta Espesor trabaja sobre un cuerpo sólido y lo transforma en un objeto hueco con una pared de un grosor determinado, con al menos una cara abierta, dando a cada una de sus caras restantes un espesor uniforme. Con algunos sólidos permite un ahorro significativo de trabajo, evitando hacer extrusiones y vaciados innecesarios.
Base solid (A) → Solid with selected face to be opened (B) → Resulting hollow object (C)
Uso
Add a thickness
- Seleccionar una o más caras del Body (cuerpo) activo.
- Presionar el botón
Espesor.
- Definir los Parámetros de espesor (Ver Opciones).
- Para añadir más caras a abrir, presionar el botón Añadir cara y seleccionarla(s) en 3D view.
- Para eliminar una cara seleccionada previamente, presionar el botón Eliminar cara y seleccionar una nueva cara en la vista 3D, o pulsar con el botón derecho en la etiqueta del nombre de la cara de la lista y seleccionar Remove.
- Confirmar con OK.
- Remember:
- Since there must be at least one face for the feature, the last remaining face in the list cannot be removed.
Edit a thickness
- Do one of the following:
- The Thickness Parameters task panel opens. See Options for more information.
- Press the OK button to finish.
Opciones
- Espesor: Grosor de la pared del objeto resultante. Introducir el valor deseado en números positivos.
- Modo
- Piel: Seleccionando esta opción se obtiene un objeto como un jarrón, con un vaciado desde la cara superior, pero conservando la cara inferior.
- Tubo: Seleccionando esta opción se obtiene un objeto como un tubo, sin las caras superior ni inferior. En este caso es conveniente seleccionar las caras a ser eliminadas antes de iniciar la herramienta. Se pueden utilizar los botones de vistas predeterminadas o usar las teclas numéricas como ayuda a la selección de caras.
- Recto Verso:
- Tipo de unión
- Arco: Añade el espesor hacia el exterior de las paredes, quitando los bordes exteriores y creando un redondeo de las aristas de un radio igual al espesor definido.
- Intersección: Cuando el espesor se aplica hacia afuera, crea los bordes rectos, sin redondear.
- Hacer el grosor hacia el interior: Al seleccionar esta casilla, el espesor es aplicado hacia el interior de las caras, con los bordes rectos, sin redondear.
Notes
- Debe seleccionarse al menos una cara para ser abierta.
- Si el espesor va hacia adentro, el valor debe de ser menor que la altura más pequeña del Body (cuerpo).
- La operación podría fallar con formas complejas. En este contexto, la superficie, por ejemplo, de un cono, tiene que ser considerada como compleja.
- Las herramientas Tubo aditivo (barrido) o Additive Loft (interpolación de secciones) podrían trabajar mejor para crear formas complejas.
Properties
See also: Property View.
A PartDesign Thickness object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Data
Base
- DatosBase (
LinkSub): Sub-link to the parent feature's list of selected edges and faces. - DatosSupport Transform (
Bool): Include the base additive/subtractive shape when used in pattern features. If disabled, only the dressed part of the shape is used for patterning. Default:false. - Datos (hidden)Add Sub Shape (
PartShape) - Datos (hidden)Base Feature (
Link): Link to the parent feature. - Datos (hidden)_ Body (
LinkHidden): Link to the parent body.
Part Design
- DatosRefine (
Bool): Refine shape (clean up redundant edges) after adding/subtracting. The default value is determined by the Automatically refine model after sketch-based operation preference. See PartDesign Preferences.
Thickness
- DatosValue (
Length): Thickness value. Default:1 mm. - DatosMode (
Enumeration): Mode.Skin(default),PipeorRecto verso. OnlySkinis implemented. - DatosJoin (
Enumeration): Join type.Arc(default) orIntersection. - DatosReversed (
Bool): Apply the thickness towards the solids interior. Default:false. - DatosIntersection (
Bool): Enable intersection-handling. Default:false.
- Helper tools: New Body, New Sketch, Attach Sketch, Edit Sketch, Validate Sketch, Check Geometry, Sub-Shape Binder, Clone
- Modeling tools:
- Additive tools: Pad, Revolution, Additive Loft, Additive Pipe, Additive Helix, Additive Box, Additive Cylinder, Additive Sphere, Additive Cone, Additive Ellipsoid, Additive Torus, Additive Prism, Additive Wedge
- Subtractive tools: Pocket, Hole, Groove, Subtractive Loft, Subtractive Pipe, Subtractive Helix, Subtractive Box, Subtractive Cylinder, Subtractive Sphere, Subtractive Cone, Subtractive Ellipsoid, Subtractive Torus, Subtractive Prism, Subtractive Wedge
- Boolean: Boolean Operation
- Dress-up tools: Fillet, Chamfer, Draft, Thickness
- Transformation tools: Mirror, Linear Pattern, Polar Pattern, Multi-Transform, Scale
- Additional tools: Shape Binder, Involute Gear, Sprocket, Shaft Design Wizard
- Context menu: Suppressed, Set Tip, Move Object To…, Move Feature After…
- Preferences: Preferences, Fine tuning
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub