Sketcher Split: Difference between revisions

From FreeCAD Documentation
(Created page for new Sketcher function: https://forum.freecadweb.org/viewtopic.php?f=9&t=55412)
 
Line 18: Line 18:
==Description==
==Description==


This tool allows to divide an edge into two identical ones while most of the constraints are duplicated so both parts remain constrained. For a special case of a circle, it is converted to an arc with loose ends with existing circle constraints being transferred.
This tool



[[File:SketcherSplitExample1.png]] [[File:SketcherSplitExample2.png]] [[File:SketcherSplitExample3.png]]


==Usage==
==Usage==

Revision as of 20:16, 27 April 2021

Sketcher Split

Menu location
Sketch → Sketcher geometries → Split
Workbenches
Sketcher
Default shortcut
None
Introduced in version
0.20
See also
Sketcher Trimming

Description

This tool allows to divide an edge into two identical ones while most of the constraints are duplicated so both parts remain constrained. For a special case of a circle, it is converted to an arc with loose ends with existing circle constraints being transferred.

Usage

  1. Press the Split button. The mouse pointer turns into a white cross with a red trim symbol.
  2. Click on the edge that you want to trim.
  3. The line segment will be trimmed to the nearest overlapping line(s). If there are other sketch elements on both sides of the clicked position, the clicked piece is cut out.
  4. Pressing Esc or pressing the right mouse button will terminate the function.

Limitations

  • version 0.18 and below Arcs of hyperbola, arcs of parabola and B-splines cannot be trimmed.

Notes