Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.35 KB

Sketcher_Split.md

File metadata and controls

52 lines (35 loc) · 2.35 KB
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
- GuiCommand:
   Name: Sketcher Split
   MenuLocation: Sketch -> Sketcher geometries -> Split edge
   Workbenches: Sketcher_Workbench
   Shortcut: **G** **Z**
   Version: 0.20
   SeeAlso: Sketcher_Trimming
---

Sketcher Split

Description

This tool splits an edge into two, with existing applicable constraints being copied to the new edge. The position of the point where the edges meet is not constrained. Periodic curves (i.e. circles, ellipses and periodic B-splines) are converted to non-periodic curves (respectively arcs of circles, arcs of ellipses and non-periodic B-splines).

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

  • In {{VersionMinus|0.20}} the action is not supported for ellipses, parabolas, hyperbolas and B-splines.

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

{{Sketcher_Tools_navi}}


documentation index > Sketcher > Sketcher Split