Sketcher CreatePolyline: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 42: Line 42:
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|M}}.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|M}}.
# The cursor changes to a white cross with the tool icon.
# The cursor changes to a white cross with the tool icon.
# A polyline always starts with a straight line segment: pick two point to define this segment.
# A polyline always starts with a straight line segment: pick two points to define this segment.
# Optionally press the {{KEY|M}} key one or more times to cycle through the modes for the next segment. The available modes are:
# Optionally press the {{KEY|M}} key one or more times to cycle through the modes for the next segment. The available modes are:
#* Line perpendicular to the previous segment.
#* Line perpendicular to the previous segment.

Revision as of 16:33, 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 points to define this segment.
  4. Optionally press the M key one or more times to cycle through the modes for the next segment. The available modes are:
    • Line perpendicular to the previous segment.
    • Line tangential to the previous segment.
    • Arc tangential to the previous segment.
    • Arc perpendicular (left) to the previous segment.
    • Arc perpendicular (right) to the previous segment.
    • 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.