Draft Edit/es: Difference between revisions

From FreeCAD Documentation
(Created page with "* No hay menús contextuales para este objeto.")
(Created page with "* No hay menús contextuales para este objeto.")
Line 150: Line 150:
===[[Image:Arch_Panel_Cut.svg|24px]] [[Arch_Panel_Cut|Arch Panel Cut]]===
===[[Image:Arch_Panel_Cut.svg|24px]] [[Arch_Panel_Cut|Arch Panel Cut]]===


* No hay menús contextuales para este objeto.
* No context menus for this object.


===[[Image:Arch_Panel_Sheet.svg|24px]] [[Arch_Panel_Sheet|Arch Panel Sheet]]===
===[[Image:Arch_Panel_Sheet.svg|24px]] [[Arch_Panel_Sheet|Arch Panel Sheet]]===

Revision as of 09:00, 4 August 2021

Borrador Edición

Ubicación en el Menú
Modificación → Editar
Utilidades → Editar
Entornos de trabajo
Borrador, Arquirectura
Atajo de teclado por defecto
D E
Introducido en versión
-
Ver también
Std Edición

Descripción

La herramienta Borrador Edición le permite editar gráficamente ciertas propiedades del objeto seleccionado, como:

4 objects in Draft Edit mode: a Draft Wire (red), a Draft Arc (black), a Draft BSpline (green) and a Draft BezCurve (magenta)

Utilización

Ver también: Borrador Atrapar y Borrador Restringir.

  1. Optionally select one or more objects. Note that although multiple objects can be in Draft Edit mode, objects can only be edited one at a time.
  2. There are several ways to invoke the command:
    • If you have not yet selected an object: double-click an object in the Tree view. This only work for supported Draft objects.
    • Press the Draft Edit button.
    • Select the Modification → Edit option from the menu.
    • Select the Utilities → Edit option from the menu.
    • Use the keyboard shortcut: D then E.
  3. If you have not yet selected an object: select an object in the 3D view.
  4. The selected objects are marked with temporary nodes, and the Main task panel opens. See Options for more information.
  5. Optionally use a node or edge context menu. These context menus are only available for some Draft objects. See Supported objects for more information.
    • Do one of the following:
      • On all operating systems: hold down E and click the node or edge. To use E you may have to click in the 3D view once to ensure that it has the focus.
      • On Windows: hold down Alt and click the node or edge.
      • On Linux: hold down Shift+Alt, Ctrl+Alt or Alt, and click the node or edge.
      • On macOS: hold down Option and click the node or edge.
    • Select an option from the context menu.
    • If the selected option requires point input:
  6. Optionally move a node:
    • Click the node in the 3D view.
    • The Node task panel opens. See Options for more information.
    • Pick a point in the 3D view, or type coordinates and press the Enter point button.
    • The result depends on the object and the selected node.
  7. Press Esc or the Close button to finish the command.

Opciones

The single character keyboard shortcuts mentioned here can be changed. See Draft Preferences.

Main task panel

  • Press O or the Close button to finish the command. If a single Draft Wire has been selected the wire is closed.
  • Press Esc or the Close button to finish the command.

Panel de tareas Nodo

  • Para introducir manualmente las coordenadas introduzca el componente X, Y y Z, y pulse Enter después de cada una. O puede pulsar el Introducir punto cuando tenga los valores deseados. Es aconsejable mover el puntero fuera de la Vista 3D antes de introducir las coordenadas.
  • Para utilizar coordenadas polares introduzca un valor para el Length y un valor para el Angle, y pulse Enter después de cada uno.
  • Marque la casilla Angle para restringir el puntero al ángulo especificado.
  • La casilla Relative no tiene sentido para este comando.
  • Pulse G o haga clic en la casilla Global para activar el modo global. Si el modo global está activado, las coordenadas son relativas al sistema de coordenadas global, de lo contrario son relativas al sistema de coordenadas del plano de trabajo. Template:Versión
  • La casilla Continue no tiene ningún propósito para este comando.
  • Pulse S para activar o desactivar el ajuste de borradores.
  • El Deshacer no tiene ningún propósito para este comando.

Objetos soportados

Draft Line and Draft Wire

  • If the start or end node of an open wire is moved so that they coincide, the wire is closed.
  • Node context menu: delete point. At least two points must remain.
  • Edge context menu: add point, reverse wire (introduced in version 0.20).

Draft Arc and Draft Arc 3Points

  • Center node context menu: move arc.
  • Start node context menu: set first angle.
  • End node context menu: set last angle.
  • Mid node context menu: set radius.
  • Edge context menu: invert arc. Currently this does not work.

Draft Circle

  • No hay menús contextuales para este objeto.

Draft Ellipse

  • No hay menús contextuales para este objeto.

Draft Rectangle

  • No hay menús contextuales para este objeto.

Draft Polygon

  • No hay menús contextuales para este objeto.

Draft BSpline

  • If the start or end node of an open spline is moved so that they coincide, the spline is closed.
  • Node context menu: delete point. At least two points must remain for an open spline. For a closed spline the minimum number of points is three.
  • Edge context menu: add point.

Draft CubicBezCurve and Draft BezCurve

  • If the start or end node of an open curve is moved so that they coincide, the curve is closed.
  • Node context menu: make sharp, make tangent, make symmetric and delete point.
  • Edge context menu: add point.

Draft Dimension

  • Angular dimensions cannot be edited.
  • The start and end nodes of parametric dimensions cannot be moved.
  • No context menus for this object.

Arch Wall

  • A single node to control the height of the wall is displayed above the DatosPlacement of the wall.
  • No context menus for this object.

Arch Structure

  • No hay menús contextuales para este objeto.

Arch Window

  • No hay menús contextuales para este objeto.

Arch Space

  • No hay menús contextuales para este objeto.

Arch Panel Cut

  • No hay menús contextuales para este objeto.

Arch Panel Sheet

  • No context menus for this object.

Part Box

  • No context menus for this object.

Part Cylinder

  • No context menus for this object.

Part Sphere

  • No context menus for this object.

Part Cone

  • No context menus for this object.

Part Line

  • No context menus for this object.

Sketcher Sketch

  • Only sketches that contain a single unconstrained line can be edited. Currently this does not work properly.
  • No context menus for this object.

Preferences

See also: Preferences Editor and Draft Preferences.

  • The color of the temporary nodes is the same as the color of the snap symbols. This color can be changed in the preferences: Edit → Preferences... → Draft → Visual settings → Visual Settings → Color. Note that this color is not used for the temporary nodes displayed for Draft BezCurves. These nodes use the VistaLine Color of the curve instead.

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.