Sketcher Split: Difference between revisions

From FreeCAD Documentation
(Add changes from PR #6971)
No edit summary
Line 41: Line 41:


<!--T:9-->
<!--T:9-->
* For ellipse, parabola, hyperbola and B-splines the action is not yet supported. (This limitation no longer applies starting 0.21)
* {{VersionMinus|0.20}} For ellipses, parabolas, hyperbolas and B-splines the action is not supported.


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

Revision as of 10:13, 10 January 2023

Sketcher Split

Menu location
Sketch → Sketcher geometries → Split edge
Workbenches
Sketcher
Default shortcut
G Z
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 apart from split point position. For a special case of a periodic curve (i.e. circles, ellipses, periodic B-splines), this is converted to a non-periodic curve (respectively arcs of circles, arcs of ellipses, and non-periodic B-splines) with existing constraints being transferred to the new curve.

Usage

  1. Press the Split edge button. The mouse pointer turns into a white cross with a red split symbol.
  2. Click on the edge in the place where you want to split it.
  3. From the line and arc edges, two new will be created, connected at the point clicked. A circle is converted to an arc with the very same center point and other constraints the original circle had.
  4. Pressing Esc or pressing the right mouse button will terminate the function.

Limitations

  • version 0.20 and below For ellipses, parabolas, hyperbolas and B-splines the action is not supported.

Notes

  • All coincidences are transferred - start point, end point and center point (if applicable).
  • Point on object constraint is transferred to the closer newly created edge.
  • Vertical and horizontal constraints are copied to both offsprings.
  • Parallel and perpendicular constraints are copied for both line segments, for arc only once, to the closer part.
  • Equality constraint is transferred only for resulting arc edges, line segments do not receive it.
  • Symmetry constraint is currently not transferred.
  • Block constraint is currently not transferred.
  • Horizontal, vertical and length constraints between points are transferred to the outer points of the new edges.
  • Point distance constraint is assigned only once, to the closer edge segment.
  • Radius and diameter constraints are copied to any resulting arc.
  • Angle constraint is currently not transferred