Sketcher Split: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 45: Line 45:


<!--T:11-->
<!--T:11-->
* A coincident constraint is applied to the center points of resulting arcs.
* A coincident constraint is applied to the center points of new arcs.
* Radius and diameter constraints are copied to resulting arcs (causing a redundancy).
* Radius and diameter constraints are copied to new arcs (resulting in a redundancy).
* Existing coincidence constraints and point on object constraints are transferred to the closest new edge.
* Existing coincidence constraints and point on object constraints are transferred to the closest new edge.
* Horizontal and vertical edge constraints are copied to new line segments.
* Horizontal, vertical and length constraints between points are transferred to the closest new edge.
* Horizontal, vertical and length constraints between points are transferred to the closest new edge.
* Parallel and perpendicular constraints are copied to resulting line segments, for resulting arcs they are only copied to the closest.
* Horizontal and vertical edge constraints are copied to new line segments.
* Parallel and perpendicular constraints are copied to new line segments, for new arcs they are only copied to the closest.
* Point distance constraints are only assigned to the closest new edge.
* Point distance constraints are only assigned to the closest new edge.
* Angle, symmetry and block constraints are currently not transferred.
* Angle, symmetry and block constraints are currently not transferred.

Revision as of 21:49, 26 February 2024

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

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

The Sketcher Split tool splits an edge. If the edge is a closed curve (i.e. a circle, an ellipse or a periodic B-spline) it is converted to an open curve (an arc, an arc of ellipse or a non-periodic B-spline repectively).

Usage

  1. There are several ways to invoke the tool:
    • Press the Split edge button.
    • Select the Sketcher → Sketcher geometries → Split edge option from the menu.
    • Use the keyboard shortcut: G then Z.
  2. If there is a previous selection it is cleared. The tool does not accept a pre-selection.
  3. The cursor changes to a white cross with the tool icon.
  4. Click an edge at the point where it should be split.
  5. If the original edge is a line or an open curve, two new edges are created connected by a coincident constraint. Existing applicable constraints are transferred to the new edges. See Notes. Closed curves become open curves, the new point then does not receive a coincident constraint.
  6. This tool always runs in continue mode: optionally keep splitting edges.
  7. To finish, click in an empty area in the 3D view, right-click or press Esc, or start a another constraints or geometries tool.

Notes

  • A coincident constraint is applied to the center points of new arcs.
  • Radius and diameter constraints are copied to new arcs (resulting in a redundancy).
  • Existing coincidence constraints and point on object constraints are transferred to the closest new edge.
  • Horizontal, vertical and length constraints between points are transferred to the closest new edge.
  • Horizontal and vertical edge constraints are copied to new line segments.
  • Parallel and perpendicular constraints are copied to new line segments, for new arcs they are only copied to the closest.
  • Point distance constraints are only assigned to the closest new edge.
  • Angle, symmetry and block constraints are currently not transferred.