Draft Edit/es: Difference between revisions

From FreeCAD Documentation
(Languages spanish)
(Updating to match new version of source page)
Line 1: Line 1:
{{GuiCommand/es|Name=Draft_Edit|Workbenches=[[Draft Module/es|Croquis]], [[Arch Module/es|Arquitectura]]|MenuLocation=Croquis -> Editar}}
{{GuiCommand|Name=Draft_Edit|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]|MenuLocation=Draft -> Edit}}


==Description==
====Descripción====


This tool allows you to edit graphically certain properties of the selected object, such as the vertices of a Wire, or the length and width of a Rectangle, or the radius of a Circle. It does nothing more than enter the object's edit mode, so other ways to enter edit mode (such as double-clicking the object in the Tree view) give the same result.
Esta herramienta te permite editar gráficamente ciertas propiedades de los objetos seleccionados, como los vértices de un contorno (Wire), o la longitud y ancho de un rectángulo, o el radio de una circunferencia.


[[Image:Draft edit example.jpg|400px]]
[[Image:Draft edit example.jpg|400px]]


==Utilización==
==How to use==


# Selecciona un [[Draft Wire/es|contorno]], [[Draft Line/es|línea]], [[Draft Rectangle/es|rectángulo]], [[Draft BSpline/es|BSpline]] o [[Draft Circle/es|circunferencia]]
# Select a [[Draft Wire|wire]], [[Draft Line|line]], [[Draft Rectangle|rectangle]], [[Draft BSpline|bspline]] or [[Draft Circle|circle]]
# Presiona el botón {{KEY|[[Image:Draft Edit.png|16px]] [[Draft Edit/es|Editar]]}}, o haz doble clic sobre el objeto en el panel del árbol de trabajo
# Press the {{KEY|[[Image:Draft Edit.png|16px]] [[Draft Edit]]}} button, or double-click the object in the Tree panel, or use the {{KEY|[[Image:Std Edit.png|16px]] [[Std Edit]]}} tool.
# Click on a point you wish to move
# Pulsa sobre el punto que quieras mover
# Indica otro punto en la vista 3D, o escribe unas [[Draft_Coordinates/es|coordenadas]]
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]]
# Press {{KEY|ESC}} or the {{KEY|'''Finish'''}} button


==Opciones==
==Options==


* The Edit tool only works on one selected object at a time.
* La herramienta de edición sólo funciona en un objeto a la vez.
* The Edit tool only works on Draft Wires, Rectangles, Circles and Arcs. Other object types must first be converted to Draft objects.
* La herramienta de edición sólo funciona en contornos de croquis, rectángulos, circunferencias y arcos. Otros tipos de objetos deberían convertirse a objetos de croquis.
* Click on an edit vertex to move it, click again to release it.
* Presiona {{KEY|X}}, {{KEY|Y}} o {{KEY|Z}} después de un punto para restringir el siguiente punto sobre el eje dado.
* Press {{KEY|X}}, {{KEY|Y}} or {{KEY|Z}} after a point to constrain the next point on the given axis.
* Para introducir las coordenadas manualmente, simplemente introduce los números, presiona {{KEY|ENTER}} entre cada componente X, Y y Z.
* To enter coordinates manually, simply enter the numbers, then press {{KEY|ENTER}} between each X, Y and Z component.
* Presiona {{KEY|CTRL}} mientras dibujas para forzar el [[Draft_Snap/es|ajuste]] de tu punto a la posición de ajuste más cercana, independientemente de la distancia.
* Press {{KEY|CTRL}} while drawing to force [[Draft_Snap|snapping]] your point to the nearest snap location, independently of the distance.
* Presiona {{KEY|SHIFT}} mientras dibujas para [[Draft_Constrain/es|restringir]] tu siguiente punto horizontal o verticalmente en relación al punto anterior.
* Press {{KEY|SHIFT}} while drawing to [[Draft_Constrain|constrain]] your next point horizontally or vertically in relation to the last one.
* Presiona {{KEY|ESC}} o el botón {{KEY|'''Cancel'''}} o el botón {{KEY|[[Image:Draft Edit.png|16px]] [[Draft Edit/es|Editar]]}} de nuevo para terminar la edición.
* Presionando el botón {{KEY|[[Image:Draft AddPoint.png|12px]] [[Draft AddPoint/es|Añadir punto]]}} se pueden añadir puntos a contornos (Wires) y BSplines pulsando en los segmentos.
* Press {{KEY|ESC}} or the {{KEY|'''Cancel'''}} button or the {{KEY|[[Image:Draft Edit.png|16px]] [[Draft Edit]]}} button again to finish editing.
* Presionando el botón {{KEY|[[Image:Draft DelPoint.png|12px]] [[Draft DelPoint/es|Borrar punto]]}} se pueden eliminar puntos de los contornos (Wires) y BSplines pulsando en los puntos a eliminar.
* Pressing the {{KEY|[[Image:Draft AddPoint.png|12px]] [[Draft AddPoint|Add point]]}} button allows you to add points to Wires and BSplines by clicking on the segments
* Pressing the {{KEY|[[Image:Draft DelPoint.png|12px]] [[Draft DelPoint|Del point]]}} button allows you to remove points from Wires and BSplines by clicking on the points to remove


==Scripting==
==Archivos de guión==


Not available. Each of the above object can be modified by changing its properties directly.
No disponible. Cada uno de los objetos mencionados arriba se puede editar cambiando sus propiedades directamente.


<languages/>
{{languages/es | {{en|Draft Edit}} {{fr|Draft Edit/fr}} {{it|Draft Edit/it}} {{se|Draft Edit/se}} }}

Revision as of 22:58, 13 February 2014

Draft_Edit

Menu location
Draft -> Edit
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool allows you to edit graphically certain properties of the selected object, such as the vertices of a Wire, or the length and width of a Rectangle, or the radius of a Circle. It does nothing more than enter the object's edit mode, so other ways to enter edit mode (such as double-clicking the object in the Tree view) give the same result.

File:Draft edit example.jpg

How to use

  1. Select a wire, line, rectangle, bspline or circle
  2. Press the Draft Edit button, or double-click the object in the Tree panel, or use the Std Edit tool.
  3. Click on a point you wish to move
  4. Click another point on the 3D view, or type a coordinate
  5. Press ESC or the Finish button

Options

  • The Edit tool only works on one selected object at a time.
  • The Edit tool only works on Draft Wires, Rectangles, Circles and Arcs. Other object types must first be converted to Draft objects.
  • Click on an edit vertex to move it, click again to release it.
  • Press X, Y or Z after a point to constrain the next point on the given axis.
  • To enter coordinates manually, simply enter the numbers, then press ENTER between each X, Y and Z component.
  • Press CTRL while drawing to force snapping your point to the nearest snap location, independently of the distance.
  • Press SHIFT while drawing to constrain your next point horizontally or vertically in relation to the last one.
  • Press ESC or the Cancel button or the Draft Edit button again to finish editing.
  • Pressing the Add point button allows you to add points to Wires and BSplines by clicking on the segments
  • Pressing the Del point button allows you to remove points from Wires and BSplines by clicking on the points to remove

Scripting

Not available. Each of the above object can be modified by changing its properties directly.