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


<div class="mw-translate-fuzzy">
[[Image:Dialog-fillet.jpg]]
[[Image:Dialog-fillet.jpg]]
</div>


=== Redondeo de Piezas VS. Redondeo de Diseño de Piezas ===
=== Redondeo de Piezas VS. Redondeo de Diseño de Piezas ===
Line 27: Line 29:
* Use the Part->Check Geometry to check for any errors in the shape geometry and correct;
* 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);
* 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).
* Consider using 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).


{{clear}}
{{clear}}

Revision as of 08:52, 16 August 2018

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.

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

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