Sketcher CreateFillet: Difference between revisions

From FreeCAD Documentation
No edit summary
(V0.22 -> V1.0)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Page_in_progress}}
<translate>
<translate>


Line 19: Line 18:
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Shortcut={{KEY|G}} {{KEY|F}} {{KEY|F}}
|Shortcut={{KEY|G}} {{KEY|F}} {{KEY|F}}
|SeeAlso=
|SeeAlso=[[Sketcher_CreatePointFillet|Sketcher CreatePointFillet]]
}}
}}


Line 25: Line 24:


<!--T:3-->
<!--T:3-->
The [[Image:Sketcher_CreateFillet.svg|24px]] [[Sketcher_CreateFillet|Sketcher CreateFillet]] tool creates a fillet between two non-parallel edges. {{Version|0.22}}: The tool can also create a chamfer.
The [[Image:Sketcher_CreateFillet.svg|24px]] [[Sketcher_CreateFillet|Sketcher CreateFillet]] tool creates a fillet between two non-parallel edges. {{Version|1.0}}: The tool can also create a chamfer.

<!--T:12-->
{{Version|1.0}}: If two straight edges connected by a [[Sketcher_ConstrainCoincident|Coincident constraint]] are filleted or chamfered, the corner point can optionally be preserved by adding a [[Sketcher_CreatePoint|Point object]] that has a [[Sketcher_ConstrainPointOnObject|Point on object constraint]] with both edges. Constraints connected to the corner point are then transferred to the new point object.


</translate>
</translate>
Line 33: Line 35:
==Usage== <!--T:5-->
==Usage== <!--T:5-->


<!--T:13-->
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].


<!--T:6-->
<!--T:6-->
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:Sketcher_CreateFillet.svg|16px]] [[Sketcher_CreateFillet|Sketch fillet]]}} button.
#* Press the {{Button|[[Image:Sketcher_CreateFillet.svg|16px]] [[Sketcher_CreateFillet|Create fillet]]}} button.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateFillet.svg|16px]] Create fillet}} option from the menu.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateFillet.svg|16px]] Create fillet}} option from the menu.
#* Right-click in the [[3D_view|3D view]] and select the {{MenuCommand|[[Image:Sketcher_CreateFillet.svg|16px]] Create fillet}} option from the context menu.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|F}}, then {{KEY|F}}.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|F}}, then {{KEY|F}}.
# If there is a previous selection it is cleared. The tool does not accept a pre-selection.
# If there is a previous selection it is cleared. The tool does not accept a pre-selection.
# The cursor changes to a white cross with the current tool mode icon.
# The cursor changes to a cross with the current tool mode icon.
# The '''Fillet/Chamfer parameters''' section ({{Version|0.22}}) is added at the top of the [[Sketcher_Dialog|Sketcher Dialog]].
# The '''Fillet/Chamfer parameters''' section ({{Version|1.0}}) is added at the top of the [[Sketcher_Dialog|Sketcher Dialog]].
# Optionally press the {{KEY|U}} key or uncheck the '''Preserve corner''' checkbox to ?????. {{Version|0.22}}
# Optionally press the {{KEY|U}} key or uncheck the '''Preserve corner''' checkbox to disable that option. {{Version|1.0}}
# Optionally press the {{KEY|M}} key or select from the dropdown list in the parameters section to change the tool mode:
# Optionally press the {{KEY|M}} key or select from the dropdown list in the parameters section to change the tool mode:
#* [[Image:Sketcher_CreateFillet.svg|16px]] '''Fillet'''
#* [[Image:Sketcher_CreateFillet.svg|16px]] '''Fillet'''
Line 50: Line 54:
#* Pick a point with a [[Sketcher_ConstrainCoincident|Coincident constraint]] connecting two non-parallel straight edges.
#* Pick a point with a [[Sketcher_ConstrainCoincident|Coincident constraint]] connecting two non-parallel straight edges.
#* Pick two non-parallel edges. Either edge can be a straight [[Sketcher_CreateLine|line]], an [[Sketcher_CreateArc|arc]], an [[Sketcher_CreateArcOfEllipse|arc of ellipse]], an [[Sketcher_CreateArcOfHyperbola|arc of hyperbola]] or an [[Sketcher_CreateArcOfParabola|arc of parabola]]. [[Sketcher_Workbench#Sketcher_CompCreateBSpline|B-splines]] are currently not supported.
#* Pick two non-parallel edges. Either edge can be a straight [[Sketcher_CreateLine|line]], an [[Sketcher_CreateArc|arc]], an [[Sketcher_CreateArcOfEllipse|arc of ellipse]], an [[Sketcher_CreateArcOfHyperbola|arc of hyperbola]] or an [[Sketcher_CreateArcOfParabola|arc of parabola]]. [[Sketcher_Workbench#Sketcher_CompCreateBSpline|B-splines]] are currently not supported.
# The fillet or chamfer is created, including a point object in case of a preserved corner. For a chamfer a construction geometry arc is also created.
# This tool always runs in continue mode: optionally keep selecting points and/or edges.
# This tool always runs in continue mode: optionally keep selecting points and/or edges.
# To finish, click in an empty area in the [[3D_view|3D view]], right-click or press {{KEY|Esc}}, or start another geometry or constraint creation tool.
# To finish, right-click or press {{KEY|Esc}}, or start another geometry or constraint creation tool.


== Notes ==
== Notes == <!--T:14-->


<!--T:15-->
* The construction geometry arc of a chamfer is not visible outside the sketch. It cannot be deleted without breaking the geometry of the chamfer.
* Some ([[Sketcher_Workbench#Sketcher_CompCreateConic|conic]]) curves may need to be [[Sketcher Trimming|trimmed]] before they can be filleted.
* Some ([[Sketcher_Workbench#Sketcher_CompCreateConic|conic]]) curves may need to be [[Sketcher Trimming|trimmed]] before they can be filleted.
* If a [[Sketcher_ConstrainCoincident|Coincident constraint]] connecting two non-parallel straight edges is selected, the fillet radius is derived from the length of the shortest edge.
* The fillet radius depends on the selection method. If a [[Sketcher_ConstrainCoincident|Coincident constraint]] connecting two straight edges is selected, the fillet radius is derived from the length of the shortest edge. If two edges are selected the radius is the distance from the first clicked point to the (extended) intersection of the edges.
* If two edges are selected the radius is the distance from the first clicked point to the (extended) intersection of the edges.





Latest revision as of 10:10, 21 April 2024

Sketcher CreateFillet

Menu location
Sketch → Sketcher geometries → Create fillet
Workbenches
Sketcher
Default shortcut
G F F
Introduced in version
-
See also
None

Description

The Sketcher CreateFillet tool creates a fillet between two non-parallel edges. introduced in version 1.0: The tool can also create a chamfer.

introduced in version 1.0: If two straight edges connected by a Coincident constraint are filleted or chamfered, the corner point can optionally be preserved by adding a Point object that has a Point on object constraint with both edges. Constraints connected to the corner point are then transferred to the new point object.

Usage

See also: Drawing aids.

  1. There are several ways to invoke the tool:
    • Press the Create fillet button.
    • Select the Sketcher → Sketcher geometries → Create fillet option from the menu.
    • Right-click in the 3D view and select the Create fillet option from the context menu.
    • Use the keyboard shortcut: G then F, then F.
  2. If there is a previous selection it is cleared. The tool does not accept a pre-selection.
  3. The cursor changes to a cross with the current tool mode icon.
  4. The Fillet/Chamfer parameters section (introduced in version 1.0) is added at the top of the Sketcher Dialog.
  5. Optionally press the U key or uncheck the Preserve corner checkbox to disable that option. introduced in version 1.0
  6. Optionally press the M key or select from the dropdown list in the parameters section to change the tool mode:
    • Fillet
    • Chamfer
  7. Do one of the following:
  8. The fillet or chamfer is created, including a point object in case of a preserved corner. For a chamfer a construction geometry arc is also created.
  9. This tool always runs in continue mode: optionally keep selecting points and/or edges.
  10. To finish, right-click or press Esc, or start another geometry or constraint creation tool.

Notes

  • The construction geometry arc of a chamfer is not visible outside the sketch. It cannot be deleted without breaking the geometry of the chamfer.
  • Some (conic) curves may need to be trimmed before they can be filleted.
  • The fillet radius depends on the selection method. If a Coincident constraint connecting two straight edges is selected, the fillet radius is derived from the length of the shortest edge. If two edges are selected the radius is the distance from the first clicked point to the (extended) intersection of the edges.