Sketcher CreateSlot: Difference between revisions

From FreeCAD Documentation
m (png to svg)
mNo edit summary
 
(37 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav|[[Sketcher_CreateRegularPolygon|Create Regular Polygon]]|[[Sketcher_CreateFillet|Fillet]]|[[Sketcher_Workbench|Sketcher]]|IconL=Sketcher_CreateRegularPolygon.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_CreateFillet.svg}}
|[[Sketcher_CreateRegularPolygon|Regular polygon]]
|[[Sketcher_CreateArcSlot|Arc slot]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreateRegularPolygon.svg
|IconR=Sketcher_CreateArcSlot.svg
|IconC=Workbench_Sketcher.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Sketcher CreateSlot|Workbenches=[[Sketcher Workbench|Sketcher]]|MenuLocation=Sketch → Sketcher geometries → Create slot|Shortcut=none|SeeAlso=}}
|Name=Sketcher CreateSlot
|MenuLocation=Sketch → Sketcher geometries → Create slot
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Shortcut={{KEY|G}} {{KEY|S}}
|SeeAlso=[[Sketcher_CreateArcSlot|Sketcher CreateArcSlot]]
}}


==Description== <!--T:2-->
==Description== <!--T:2-->


<!--T:3-->
<!--T:3-->
The [[Image:Sketcher_CreateSlot.svg|24px]] [[Sketcher_CreateSlot|Sketcher CreateSlot]] tool creates a slot, a closed polyline consisting of two semicircles connected by two parallel straight lines.
Draws a slot by selecting the center of one semicircle and an endpoint of the other semicircle.
When starting the tool, the mouse pointer changes to a white cross with a red slot icon.
The coordinates of the pointer are shown beside it in blue in real time.


</translate>
</translate>
Line 20: Line 32:
==Usage== <!--T:4-->
==Usage== <!--T:4-->


<!--T:5-->
<!--T:14-->
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
* After pressing the {{KEY|[[File:Sketcher CreateSlot.png|16px]] Create slot}} button, click once to set the center of one semicircle, then move the mouse and click a second time to set endpoint of the other semicircle.
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.


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


<!--T:5-->
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:Sketcher_CreateSlot.svg|16px]] [[Sketcher_CreateSlot|Create slot]]}} button.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateSlot.svg|16px]] Create Slot}} option from the menu.
#* The keyboard shortcut: {{KEY|G}} then {{KEY|S}}.
# The cursor changes to a cross with the tool icon.
# Pick the center of the first semicircle. Or with Pos-OVP: enter its X and/or Y coordinate.
# 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.
# Pick a point to define the radius of the slot. Or with Dim-OVP: enter this radius.
# The slot is created and applicable Pos-OVP and Dim-OVP based constraints are added.
# If the tool runs in [[Sketcher_Workbench#Continue_modes|continue mode]]:
## Optionally keep creating slots.
## To finish, right-click or press {{KEY|Esc}}, or start another geometry or constraint creation tool.


<!--T:8-->
==Notes== <!--T:12-->
{{Docnav|[[Sketcher_CreateRegularPolygon|Create Regular Polygon]]|[[Sketcher_CreateFillet|Fillet]]|[[Sketcher_Workbench|Sketcher]]|IconL=Sketcher_CreateRegularPolygon.png|IconC=Workbench_Sketcher.svg|IconR=Sketcher_CreateFillet.svg}}


<!--T:9-->
<!--T:13-->
* {{VersionMinus|0.21}} ({{Version|0.20}}): Holding {{KEY|Ctrl}} when picking the second center will constrain the slot to be drawn horizontally or vertically.
{{Sketcher Tools navi}}
* {{Version|0.22}}: [[Sketcher_Snap|Angular snap]] can be used to control the angle of the slot.
* {{Version|0.20}}: A slot can also be constrained horizontally or vertically if the [[Sketcher_Workbench#Auto_constraints|Auto constraints]] option is enabled.



<!--T:10-->
<!--T:8-->
{{Userdocnavi}}
{{Docnav
|[[Sketcher_CreateRegularPolygon|Regular polygon]]
|[[Sketcher_CreateArcSlot|Arc slot]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreateRegularPolygon.svg
|IconR=Sketcher_CreateArcSlot.svg
|IconC=Workbench_Sketcher.svg
}}


</translate>
</translate>
{{Sketcher_Tools_navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 09:29, 18 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 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