Part Fillet/es: Difference between revisions

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


<div class="mw-translate-fuzzy">
==== Descripción ====
{{GuiCommand/es
|Name=Part Fillet
|Name/es=Pieza Redondeo
|MenuLocation=Pieza → Redondeo
|Workbenches=[[Part Module/es|Pieza]]
|SeeAlso=[[Part Chamfer/es|Pieza Chaflán]]
}}
</div>


== 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.


Esta herramienta crea un redondeo (ronda) sobre las aristas seleccionadas de un objeto. Un diálogo permite seleccionar qué objetos y qué bordes se va a trabajar.
==== Utilización ====

== 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.
* 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.
Line 15: Line 34:
* Pulsa {{KEY|OK}} para validar.
* Pulsa {{KEY|OK}} para validar.


[[Image:Dialog-fillet.jpg]]
[[Image:Dialog-fillet.png]]


=== Redondeo de Piezas VS. Redondeo de Diseño de Piezas ===
== Redondeo de Piezas VS. Redondeo de Diseño de Piezas ==
Existe otra herramienta de redondeo en el [[Image:Workbench_PartDesign.svg|24px|link=PartDesign_Workbench]] [[PartDesign Workbench/es|Ambiente de trabajo DiseñoPiezas]]. Ten en cuenta que sus operaciones son bastante diferente. Comprueba la [[Image:PartDesign_Fillet.svg|24px|link=PartDesign_Fillet]] [[PartDesign Fillet/es|Redondeo de DiseñoPiezas]] página de referencia 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 [[Image:Part_Chamfer.svg|24px]] [[Part Chamfer]].


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.


=== Notes on application of Part Fillet ===
The fillet tool sometimes fails when trying to fillet complex objects.
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:
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;
* 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 the {{MenuCommand|PartCheck 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);
* Use {{MenuCommand|PartRefine 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).
* Consider using {{MenuCommand|EditPreferencesPartDesign}} 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_Mirror|Mirror]]
|[[Part_Chamfer|Chamfer]]
|[[Part_Module|Part]]
|IconL=Part_Mirror.svg
|IconR=Part_Chamfer.svg
|IconC=Workbench_Part.svg
}}


{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 20:24, 1 December 2020

Pieza Redondeo

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

Descripción

Esta herramienta crea un redondeo (ronda) sobre las aristas seleccionadas de un objeto. Un diálogo permite seleccionar qué objetos y qué bordes se va a trabajar.

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.

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

Existe otra herramienta de redondeo en el Ambiente de trabajo DiseñoPiezas. Ten en cuenta que sus operaciones son bastante diferente. Comprueba la Redondeo de DiseñoPiezas página de referencia 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.