Sketcher CreatePolyline: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 50: Line 50:
#* The new segment is an arc perpendicular (right) to the previous segment.
#* The new segment is an arc perpendicular (right) to the previous segment.
#* The new segment is a line only connected to the previous segment. This is the initial mode again.
#* The new segment is a line only connected to the previous segment. This is the initial mode again.
# While in any of the arc modes, optionally hold down the {{KEY|Ctrl}} key to snap the arc to increments of 45° relative to the previously segment.
# While in any of the arc modes, optionally hold down the {{KEY|Ctrl}} key to snap the arc to increments of 45° relative to the previous segment.
# Pick the endpoint of the segment.
# Pick the endpoint of the segment.
# Optionally repeat this to create additional segments.
# Optionally repeat this to create additional segments.

Revision as of 16:30, 18 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 CreatePolyline

Menu location
Sketch → Sketcher geometries → Create polyline
Workbenches
Sketcher
Default shortcut
G M
Introduced in version
-
See also
Sketcher Line

Description

The Sketcher CreatePolyline tool creates a series of line and arc segments connected by their endpoints. The tool has several modes.

Polyline started with a line, a tangent arc, a perpendicular arc then a tangent line.

Usage

  1. There are several ways to invoke the tool:
    • Press the Create polyline button.
    • Select the Sketcher → Sketcher geometries → Create polyline option from the menu.
    • Right-click in the 3D view and select the Create polyline option from the context menu.
    • Use the keyboard shortcut: G then M.
  2. The cursor changes to a white cross with the tool icon.
  3. A polyline always starts with a straight line segment: pick two point to define this segment.
  4. Optionally press the M key one or more times to cycle through the modes for the next segment:
    • The new segment is a line perpendicular to the previous segment.
    • The new segment is a line tangential to the previous segment.
    • The new segment is an arc tangential to the previous segment.
    • The new segment is an arc perpendicular (left) to the previous segment.
    • The new segment is an arc perpendicular (right) to the previous segment.
    • The new segment is a line only connected to the previous segment. This is the initial mode again.
  5. While in any of the arc modes, optionally hold down the Ctrl key to snap the arc to increments of 45° relative to the previous segment.
  6. Pick the endpoint of the segment.
  7. Optionally repeat this to create additional segments.
  8. To terminate the input do one of the following:
    • Snap to the start point to create a closed polyline.
    • Right-click or press Esc to create an open polyline.
  9. The polyline segments have been created and applicable constraints have been added.