Sketcher CreateRectangle

From FreeCAD Documentation
Revision as of 10:55, 19 February 2024 by Roy 043 (talk | contribs) (Description)
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 CreateRectangle

Menu location
Sketch → Sketcher geometries → Create rectangle
Workbenches
Sketcher
Default shortcut
G R
Introduced in version
-
See also
Sketcher Rounded rectangle, Sketcher Polyline

Description

The Sketcher CreateRectangle tool creates a rectangle. The tool has four modes, two of which can also produce parallelograms. Rounded corners and creating an offset copy are optional features.

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 Rectangle button.
    • Select the Sketcher → Sketcher geometries → Create rectangle option from the menu.
    • Right-click in the 3D view and select the Create rectangle option from the context menu.
    • Use the keyboard shortcut: G then R.
  2. The cursor changes to a white cross with the command icon.
  3. The Rectangle parameters section (introduced in version 0.22) is added at the top of the Sketcher Dialog.
  4. Optionally press the U key or check the Rounded corners checkbox to apply fillets to the rectangle. introduced in version 0.22
  5. Optionally press the J key or check the Frame checkbox to create a second offset shape. introduced in version 0.22
  6. Optionally press the M key or select from the dropdown list in the parameters section to change the tool Mode:
    • Corner, length & width:
      1. Pick the first corner of the rectangle. Or with Pos-OVP: enter its X and/or Y coordinate.
      2. Pick the opposite corner of the rectangle. Or with Dim-OVP: enter the length and/or width of the rectangle.
    • Center, length & width: introduced in version 0.22
      1. Pick the center of the rectangle. Or with Pos-OVP: enter its X and/or Y coordinate.
      2. Pick a corner of the rectangle. Or with Dim-OVP: enter the length and/or width of the rectangle.
    • 3 corners: introduced in version 0.22
      1. Pick the first corner of the rectangle. Or with Pos-OVP: enter its X and/or Y coordinate.
      2. Pick the endpoint of the first edge of the rectangle. Or with Dim-OVP: enter the length and/or angle of the first edge. The angle is relative to the X axis of the sketch.
      3. Pick the third corner, opposite the first, of the rectangle. Or with Dim-OVP: enter the length and/or angle of the second edge. The angle is relative to the first edge. Only if this angle is 90° will the result be a rectangle.
    • Center and 2 corners: introduced in version 0.22
  7. If Rounded corners is selected: Pick a point to determine the fillet radius. Or with Dim-OVP: enter it.
  8. If Frame is selected: Pick a point to determine the offset distance. Or with Dim-OVP: enter it. If the offset is inward and larger than the radius, the offset shape will not have fillets.
  9. The geometry is created and applicable Pos-OVP and Dim-OVP based constraints are added.