Sketcher Trimming: Difference between revisions

From FreeCAD Documentation
No edit summary
(V0.22 -> V1.0)
 
(4 intermediate revisions by the same user not shown)
Line 29: Line 29:
==Usage== <!--T:3-->
==Usage== <!--T:3-->


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


Line 38: Line 39:
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|T}}.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|T}}.
# 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 tool icon.
# The cursor changes to a cross with the tool icon.
# There are two modes:
# Move the cursor over a portion of an edge to be trimmed.
#* Single-click trim:
# The edge is highlighted and the trim points are marked with temporary circles.
#*# Move the cursor over a portion of an edge to be trimmed.
# Click to confirm.
#*# The edge is highlighted and the trim points are marked with temporary circles.
# The edge is trimmed at the marked points. If there are intersections on both sides of the clicked position, the selected portion is cut out resulting in a new edge, and existing applicable constraints are transferred to it. [[Sketcher_ConstrainPointOnObject|Point on object constraints]] are added between the endpoint(s) of the trimmed edge and the cutting edge(s).
#*# Click to confirm.
#*# The edge is trimmed at the marked points.
#* Hold-and-drag trim: {{Version|1.0}}
#*# Hold down the left mouse button.
#*# Move the cursor over portions of edges to be trimmed.
#*# Trimming occurs immediately.
#*# Release the left mouse button.
# If a portion is cut out, existing applicable constraints are transferred to the resulting new edge. [[Sketcher_ConstrainPointOnObject|Point on object constraints]] are added between the endpoint(s) of the trimmed edge and the cutting edge(s).
# This tool always runs in continue mode: optionally keep trimming edges.
# This tool always runs in continue mode: optionally keep trimming 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, 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.

Latest revision as of 09:46, 21 April 2024

Sketcher Trimming

Menu location
Sketch → Sketcher geometries → Trim edge
Workbenches
Sketcher
Default shortcut
G T
Introduced in version
0.12
See also
Sketcher Split, Sketcher Extend

Description

The Sketcher Trimming tool trims an edge at the nearest intersections with other edges. If the selected edge does not intersect other edges it will be deleted.

Usage

See also: Drawing aids.

  1. There are several ways to invoke the tool:
    • Press the Trim edge button.
    • Select the Sketcher → Sketcher geometries → Trim edge option from the menu.
    • Right-click in the 3D view and select the Trim edge option from the context menu.
    • Use the keyboard shortcut: G then T.
  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 tool icon.
  4. There are two modes:
    • Single-click trim:
      1. Move the cursor over a portion of an edge to be trimmed.
      2. The edge is highlighted and the trim points are marked with temporary circles.
      3. Click to confirm.
      4. The edge is trimmed at the marked points.
    • Hold-and-drag trim: introduced in version 1.0
      1. Hold down the left mouse button.
      2. Move the cursor over portions of edges to be trimmed.
      3. Trimming occurs immediately.
      4. Release the left mouse button.
  5. If a portion is cut out, existing applicable constraints are transferred to the resulting new edge. Point on object constraints are added between the endpoint(s) of the trimmed edge and the cutting edge(s).
  6. This tool always runs in continue mode: optionally keep trimming edges.
  7. To finish, click in an empty area in the 3D view, right-click or press Esc, or start another geometry or constraint creation tool.