Borrador Edición

From FreeCAD Documentation
Revision as of 15:24, 13 June 2021 by Maker (talk | contribs)
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Borrador Edición

Ubicación en el Menú
Modificación → Editar
Entornos de trabajo
Borrador, Arquirectura
Atajo de teclado por defecto
D E
Introducido en versión
-
Ver también
Edición estándar, Borrador AdiciónPunto, Borrador EliminaciónPunto

Descripción

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.


It does nothing more than enter the object's edit mode. Another way to edit the object is by double clicking on the element in the tree view.

Example presentation of a wire, an arc and a cubic bezier curve.

Here wire selected

Here selected wire marked for editing

Utilización

  1. Selecciona un contorno, línea, rectángulo, BSpline o circunferencia
  2. Presiona el botón Editar, o haz doble clic sobre el objeto en el panel del árbol de trabajo
  3. Pulsa sobre el punto que quieras mover
  4. Indica otro punto en la vista 3D, o escribe unas coordenadas

Draft Edit Combo View start

Draft Edit Combo View change after selecting specific vertex

  1. Then press Ctrl + alt or Shift + alt buttons (for Linux OS) respectively alt button (for Windows OS) and move mouse cursor
      • over a line, then Left click and the appearing white field shows add point. If you click on that field a new vertex is added to the line. If you release buttons and push esc the command will be canceled.

Draft Edit 3D View add point

      • over a vertex, then Left click and the appearing white field shows delete point. If you click on that field the vertex is removed from the line. If you release buttons and push esc the command will be canceled.

Draft Edit 3D View delete point

  1. Press Esc or the Close (O) button in the task panel to complete the current command.

Version 0.19 added new functionalities to Draft Edit such as multiple object editing and custom context menu. To display the context menu, user can press E key or Alt+Left click while overing an edit node or an edited object. Beware not every object contains custom options, so the context menu will be only displayed for supported objects.

The tool mostly ?? works on Draft objects: Draft Wires, Draft Lines, Draft Rectangles, Draft Circles, Draft Arcs, Draft Polygons, and Draft BSplines. Other object types must first be converted to these objects.

Opciones

  • La herramienta de edición sólo funciona en un objeto a la vez.
  • 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.
  • Presiona X, Y o Z después de un punto para restringir el siguiente punto sobre el eje dado.
  • Para introducir las coordenadas manualmente, simplemente introduce los números, presiona ENTER entre cada componente X, Y y Z.
  • Presiona CTRL mientras dibujas para forzar el ajuste de tu punto a la posición de ajuste más cercana, independientemente de la distancia.
  • Presiona SHIFT mientras dibujas para restringir tu siguiente punto horizontal o verticalmente en relación al punto anterior.
  • Presiona ESC o el botón Cancel o el botón Editar de nuevo para terminar la edición.
  • Presionando el botón Añadir punto se pueden añadir puntos a contornos (Wires) y BSplines pulsando en los segmentos.
  • Presionando el botón Borrar punto se pueden eliminar puntos de los contornos (Wires) y BSplines pulsando en los puntos a eliminar.

Some objects allow you to insert or delete points:

  • Press the add point button, and then click on the wire or spline to add a new point.
  • Press the remove point button, and then click on a point along the wire or spline to remove it.

Guión

Ver también: Documentación de la API autogenerada y Fundamentos de FreeCAD Guión.

No hay ninguna interfaz de programación disponible para la herramienta de edición. Cada objeto se modifica cambiando sus atributos directamente.