Sketcher CreateSlot: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 49: Line 49:
# If the tool runs in [[Sketcher_Workbench#Continue_modes|continue mode]]:
# If the tool runs in [[Sketcher_Workbench#Continue_modes|continue mode]]:
## Optionally keep creating slots.
## Optionally keep creating slots.
## Right-click or press {{KEY|Esc}}, or start a another constraints or geometries tool, to finish.
## To finish, right-click or press {{KEY|Esc}}, or start another constraints or geometries tool.


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

Revision as of 21:18, 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 CreateSlot

Menu location
Sketch → Sketcher geometries → Create slot
Workbenches
Sketcher
Default shortcut
G S
Introduced in version
-
See also
Sketcher CreateArcSlot

Description

The Sketcher CreateSlot tool creates slot, a closed polyline consisting of two semicircles connected by two parallel straight lines.

Usage

See also: Drawing aids.

Pos-OVP = Positional On-View-Parameters. introduced in version 0.22
Dim-OVP = Dimensional On-View-Parameters. introduced in version 0.22

  1. There are several ways to invoke the tool:
    • Press the Create slot button.
    • Select the Sketcher → Sketcher geometries → Create Slot option from the menu.
    • The keyboard shortcut: G then S.
  2. Pick the center of the first semicircle. Or with Pos-OVP: enter its X and/or Y coordinate.
  3. Pick the center of the second semicircle. Or with Dim-OVP: enter the distance between the centers and/or angle of the slot. The angle is relative to the X axis of the sketch.
  4. Pick a point to define the radius of the slot. Or with Dim-OVP: enter this radius.
  5. The slot is created and applicable Pos-OVP and Dim-OVP based constraints are added.
  6. If the tool runs in continue mode:
    1. Optionally keep creating slots.
    2. To finish, right-click or press Esc, or start another constraints or geometries tool.

Notes