Part Fillet/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/es|Name=Part Fillet|MenuLocation=Pieza -> Redondeo|Workbenches=Pieza,Completo|SeeAlso=Chaflán}}")
(Updating to match new version of source page)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{Docnav|[[Part_Extrude|Extrude]]|[[Part_Revolve|Revolve]]|[[Part_Module|Part]]|IconL=Part_Extrude.png|IconC=Workbench_Part.svg|IconR=Part_Revolve.png}}

{{GuiCommand/es|Name=Part Fillet|MenuLocation=Pieza -> Redondeo|Workbenches=[[Part Module/es|Pieza]],Completo|SeeAlso=[[Part Chamfer/es|Chaflán]]}}
{{GuiCommand/es|Name=Part Fillet|MenuLocation=Pieza -> Redondeo|Workbenches=[[Part Module/es|Pieza]],Completo|SeeAlso=[[Part Chamfer/es|Chaflán]]}}


<div class="mw-translate-fuzzy">
==== Description ====
==== Descripción ====

Esta herramienta crea un redondeo sobre las aristas seleccionadas de un objeto. Un letrero de diálogo permite seleccionar los objetos y aristas en los que se va a aplicar.
</div>

This tool creates a fillet (round) on the selected edges of an object. A dialog allows you to choose which objects and which edges to work on.
This tool creates a fillet (round) on the selected edges of an object. A dialog allows you to choose which objects and which edges to work on.


<div class="mw-translate-fuzzy">
==== Usage ====
==== Utilización ====

* Inicia la herramienta desde la barra de herramientas de Pieza o desde el menú. Puedes seleccionar los objetos antes o después de iniciar la herramienta.
* Si la forma no está seleccionada antes de seleccionar la herramienta, la seleccionas en la lista de formas del panel de tareas.
* Selecciona el tipo de radio, ya sea de radio constante o de radio variable.
* Selecciona las aristas en la vista del modelo 3D, o escogiéndolas en la lista de aristas del panel de tareas.
* Establece el valor del radio.
* Pulsa {{KEY|OK}} para validar.
</div>

* Start the tool from the Part toolbar or from the menu. You can either select the object before or after starting the tool.
* Start the tool from the Part toolbar or from the menu. You can either select the object before or after starting the tool.
* If the shape was not selected prior to starting the tool, select it in the Shape drop down list in the TaskPanel.
* If the shape was not selected prior to starting the tool, select it in the Shape drop down list in the TaskPanel.
Line 12: Line 30:
* Click {{KEY|OK}} to validate.
* Click {{KEY|OK}} to validate.


<div class="mw-translate-fuzzy">

[[Image:Dialog-fillet.jpg]]
[[Image:Dialog-fillet.jpg]]
</div>

<div class="mw-translate-fuzzy">
=== Redondeo de Piezas VS. Redondeo de Diseño de Piezas ===

Existe otra herramienta de redondeo en el entorno de Diseño de Piezas. Ten en cuenta que sus operaciones son bastante diferentes. Comprueba la página de referencia del [[PartDesign Fillet/es|Redondeo de Diseño de Piezas]] para más detalles de sus diferencias.
</div>

== Notes on application of Part Fillet ==
Part Fillet might do nothing if the result would touch or cross the next adjacent edge. So if you do not get the expected result, try with a smaller value. This is the same for [[Part Chamfer]].


The fillet tool sometimes fails when trying to fillet complex objects.
A common cause of this may be that the shape being filleted is not geometrically correct. This may be the result of lines/planes etc not being removed after previous operations used to construct the shape ( e.g. Cut/Intersection/Fusion). A number of steps can be used to minimize problems:
* Where possible leave filleting a part until the part is completely generated. This will minimize interaction of fillets with subsequent Boolean operations;
* Use the Part → Check Geometry to check for any errors in the shape geometry and correct;
* Use Part → Refine shape to remove any artifacts introduced by previous Boolean operations before filleting (and in some cases between filleting operations in sequence);
* Consider using Edit → Preferences → PartDesign to enable automatic checking and refining of the model after Boolean and sketch based operations (performance may be affected if these options are left switched on).


Also note that the part Fillet feature is affected by the [[Topological_naming_problem|Topological naming problem]] when the any change is done to a modeling step earlier in the chain that affects the number of facets or vertices. This could cause unpredictable result. Until that is resolved (possibly with V0.19) it is advised to apply Chamfer and [[Part Fillet|Fillet]] operations at the last steps in the chain.


{{Docnav|[[Part_Extrude|Extrude]]|[[Part_Revolve|Revolve]]|[[Part_Module|Part]]|IconL=Part_Extrude.png|IconC=Workbench_Part.svg|IconR=Part_Revolve.png}}

{{Part Tools navi}}

{{Userdocnavi}}


=== Part Fillet VS. PartDesign Fillet ===
There is another fillet tool in the PartDesign workbench. Please note that their operation is quite different. Check out the [[PartDesign Fillet]] reference page for more details on their differences.


{{clear}}
{{clear}}
<languages/>

Revision as of 17:06, 20 November 2019

Part Fillet

Ubicación en el Menú
Pieza -> Redondeo
Entornos de trabajo
Pieza,Completo
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Chaflán

Descripción

Esta herramienta crea un redondeo sobre las aristas seleccionadas de un objeto. Un letrero de diálogo permite seleccionar los objetos y aristas en los que se va a aplicar.

This tool creates a fillet (round) on the selected edges of an object. A dialog allows you to choose which objects and which edges to work on.

Utilización

  • Inicia la herramienta desde la barra de herramientas de Pieza o desde el menú. Puedes seleccionar los objetos antes o después de iniciar la herramienta.
  • Si la forma no está seleccionada antes de seleccionar la herramienta, la seleccionas en la lista de formas del panel de tareas.
  • Selecciona el tipo de radio, ya sea de radio constante o de radio variable.
  • Selecciona las aristas en la vista del modelo 3D, o escogiéndolas en la lista de aristas del panel de tareas.
  • Establece el valor del radio.
  • Pulsa OK para validar.
  • Start the tool from the Part toolbar or from the menu. You can either select the object before or after starting the tool.
  • If the shape was not selected prior to starting the tool, select it in the Shape drop down list in the TaskPanel.
  • Select the fillet type, either constant radius (default) or variable radius.
  • Select the edges either in the 3D model view, or by ticking them in the edge list in TaskPanel.
  • Set the radius value.
  • Click OK to validate.

Redondeo de Piezas VS. Redondeo de Diseño de Piezas

Existe otra herramienta de redondeo en el entorno de Diseño de Piezas. Ten en cuenta que sus operaciones son bastante diferentes. Comprueba la página de referencia del Redondeo de Diseño de Piezas para más detalles de sus diferencias.

Notes on application of Part Fillet

Part Fillet might do nothing if the result would touch or cross the next adjacent edge. So if you do not get the expected result, try with a smaller value. This is the same for Part Chamfer.


The fillet tool sometimes fails when trying to fillet complex objects. A common cause of this may be that the shape being filleted is not geometrically correct. This may be the result of lines/planes etc not being removed after previous operations used to construct the shape ( e.g. Cut/Intersection/Fusion). A number of steps can be used to minimize problems:

  • Where possible leave filleting a part until the part is completely generated. This will minimize interaction of fillets with subsequent Boolean operations;
  • Use the Part → Check Geometry to check for any errors in the shape geometry and correct;
  • Use Part → Refine shape to remove any artifacts introduced by previous Boolean operations before filleting (and in some cases between filleting operations in sequence);
  • Consider using Edit → Preferences → PartDesign to enable automatic checking and refining of the model after Boolean and sketch based operations (performance may be affected if these options are left switched on).


Also note that the part Fillet feature is affected by the Topological naming problem when the any change is done to a modeling step earlier in the chain that affects the number of facets or vertices. This could cause unpredictable result. Until that is resolved (possibly with V0.19) it is advised to apply Chamfer and Fillet operations at the last steps in the chain.