Sketcher CreateRectangle/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 35: Line 35:


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

<span id="Usage"></span>
<span id="Usage"></span>
==Utilización==
==Utilización==
Line 42: Line 43:
* Presionando {{KEY|Esc}} o haciendo click con el botón derecho del ratón se cancela la función.
* Presionando {{KEY|Esc}} o haciendo click con el botón derecho del ratón se cancela la función.
</div>
</div>

==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.





Revision as of 12:57, 2 January 2024

Croquizador CrearRectángulo

Ubicación en el Menú
Croquizador→ Geometrías del Croquizador → Crear rectángulo
Entornos de trabajo
Croquizador
Atajo de teclado por defecto
R
Introducido en versión
-
Ver también
Croquizador Polilínea

Descripción

Esta herramienta dibuja un rectángulo seleccionando dos puntos opuestos.

Cuando se inicia esta herramienta, el puntero del ratón cambia a una cruz blanca con un icono de un rectángulo rojo. Las coordenadas del puntero se muestran al lado en color azul en tiempo real.

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

Utilización

  • Después de pulsar el Crear Rectángulo boton, clic una vez para establecer la primera esquina, luego mueve el ratón y haz clic una segunda vez para establecer la esquina opuesta.
  • Presionando Esc o haciendo click con el botón derecho del ratón se cancela la función.

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.