Sketcher CreateRectangle/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreateRectangle_Center|Centered rectangle]]
|[[Sketcher_CompCreateRegularPolygon|Create regular polygon]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePolyline.svg
|IconL=Sketcher_CreatePolyline.svg
|IconR=Sketcher_CreateRectangle_Center.svg
|IconR=Sketcher_CompCreateRegularPolygon.png
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
Line 13: Line 14:
</div>
</div>


<span id="Description"></span>
==Beskrivning==
==Beskrivning==


This tool draws a rectangle by picking two opposite points.
This tool draws a rectangle by picking two opposite points.
When starting the tool, the mouse pointer changes to a white cross with a red rectangle icon.
When starting the tool, the mouse pointer changes to a white cross with a red rectangle icon. The coordinates of the pointer are shown beside it in blue in real time.

The coordinates of the pointer are shown beside it in blue in real time.
To define a rectangle via a center point and an edge point, use the [[Sketcher_CreateRectangle_Center|Centered rectangle]] tool.


[[Image:SketcherCreateRectangleExample.png‎]]
[[Image:SketcherCreateRectangleExample.png‎]]

==Usage==
==Usage==


* After pressing the {{Button|[[File:Sketcher_CreateRectangle.svg|16px]] [[Sketcher_CreateRectangle|Create rectangle]]}} button, click once to set the first corner, then move the mouse and click a second time to set the opposite corner.
* After pressing the [[File:Sketcher_CreateRectangle.svg|24px]] '''Create rectangle''' toolbar button, click once to set the first corner, then move the mouse and click a second time to set the opposite corner.
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.
* Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.

==Notes==

* When launched the rectangle tools add a '''Rectangle parameters''' section at the top of the Sketcher [[Task_panel|Task panel]] ({{Version|0.22}}). It contains:
# A '''Mode''' spinbox to chose one of the modes to draw the rectangle:
#* Corner, length & width
#* Center, length & width
#* 3 corners
#* Center and two corners
# A '''Rounded corners''' checkbox to apply round corners to the rectangle.
# A '''Frame''' checkbox to add a contour with a constant offset to the (rounded) rectangle.
* All three buttons in this selection now launch the same tool but with different preset combinations of mode and options that can still be altered after the first click.
* If '''Rounded corners''' is enabled, the offset is inward, and the offset value is larger than the corner radius, the offset contour will be created without fillets.
* The modes '''3 corners''', and '''Center and two corners''' create parallelograms rather than rectangles.




{{Docnav
{{Docnav
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreateRectangle_Center|Centered rectangle]]
|[[Sketcher_CompCreateRegularPolygon|Create regular polygon]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreatePolyline.svg
|IconL=Sketcher_CreatePolyline.svg
|IconR=Sketcher_CreateRectangle_Center.svg
|IconR=Sketcher_CompCreateRegularPolygon.png
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}


{{Sketcher Tools navi{{#translation:}}}}
{{Sketcher_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 12:57, 2 January 2024

Sketcher CreateRectangle

Menyplacering
Sketch → Sketcher geometries → Create rectangle
Arbetsbänkar
Sketcher
Standard genväg
R
Introducerad i version
-
Se även
Sketcher Polyline

Beskrivning

This tool draws a rectangle by picking two opposite points. When starting the tool, the mouse pointer changes to a white cross with a red rectangle icon. The coordinates of the pointer are shown beside it in blue in real time.

To define a rectangle via a center point and an edge point, use the Centered rectangle tool.

Usage

  • After pressing the Create rectangle toolbar button, click once to set the first corner, then move the mouse and click a second time to set the opposite corner.
  • Pressing Esc or clicking the right mouse button cancels the function.

Notes

  1. A Mode spinbox to chose one of the modes to draw the rectangle:
    • Corner, length & width
    • Center, length & width
    • 3 corners
    • Center and two corners
  2. A Rounded corners checkbox to apply round corners to the rectangle.
  3. A Frame checkbox to add a contour with a constant offset to the (rounded) rectangle.
  • All three buttons in this selection now launch the same tool but with different preset combinations of mode and options that can still be altered after the first click.
  • If Rounded corners is enabled, the offset is inward, and the offset value is larger than the corner radius, the offset contour will be created without fillets.
  • The modes 3 corners, and Center and two corners create parallelograms rather than rectangles.