Sketcher CreateSlot: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 32: Line 32:
==Usage== <!--T:4-->
==Usage== <!--T:4-->


<!--T:14-->
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].


<!--T:15-->
Pos-OVP = Positional [[Sketcher_Preferences#General|On-View-Parameters]]. {{Version|0.22}}<br>
Pos-OVP = Positional [[Sketcher_Preferences#General|On-View-Parameters]]. {{Version|0.22}}<br>
Dim-OVP = Dimensional On-View-Parameters. {{Version|0.22}}
Dim-OVP = Dimensional On-View-Parameters. {{Version|0.22}}

Revision as of 09:39, 13 April 2024

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 a 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. The cursor changes to a white cross with the tool icon.
  3. Pick the center of the first semicircle. Or with Pos-OVP: enter its X and/or Y coordinate.
  4. 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.
  5. Pick a point to define the radius of the slot. Or with Dim-OVP: enter this radius.
  6. The slot is created and applicable Pos-OVP and Dim-OVP based constraints are added.
  7. If the tool runs in continue mode:
    1. Optionally keep creating slots.
    2. To finish, right-click or press Esc, or start another geometry or constraint creation tool.

Notes