Draft Workbench/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{docnav
|[[Arch Workbench|Arch Workbench]]
|[[Drawing Workbench|Drawing Workbench]]
|IconL=Workbench_Arch.svg
|IconR=Workbench_Drawing.svg
}}

[[Image:Workbench_Draft.svg|64px]]

<div class="mw-translate-fuzzy">
El entorno de Boceto permite dibujar rápidamente objetos 2D simples en el documento actual, y ofrecer diversas herramientas para poderlas modificar después. Algunas de dichas herramientas también funcionan sobre otros objetos de FreeCAD, no sólo en los creados con el entorno de Boceto. También proporciona un completo sistema de ajuste, y varias utilidades para manejar objetos y configuraciones.
El entorno de Boceto permite dibujar rápidamente objetos 2D simples en el documento actual, y ofrecer diversas herramientas para poderlas modificar después. Algunas de dichas herramientas también funcionan sobre otros objetos de FreeCAD, no sólo en los creados con el entorno de Boceto. También proporciona un completo sistema de ajuste, y varias utilidades para manejar objetos y configuraciones.
</div>
===Drawing objects===

These are tools for creating objects.
The created 2D objects can be used for general drafting in a way similar to Inkscape or Autocad. These 2D shapes can also be used as the base components of 3D objects created with other workbenches, for example, the [[Part Workbench|Part]] and [[Arch Workbench|Arch Workbench]]es. Conversion of Draft objects to [[Sketcher Workbench|Sketches]] is also possible, which means that the shapes can also be used with the [[PartDesign Workbench|PartDesign Workbench]] for the creation of solid bodies.
* [[Image:Draft_Line.png|32px]] [[Draft_Line|Line]]: Draws a line segment between 2 points

* [[Image:Draft_Wire.png|32px]] [[Draft_Wire|Wire]]: Draws a line made of multiple line segments (polyline)
FreeCAD is primarily a 3D modelling application, and thus its 2D tools aren't as advanced as in other drawing programs. If your primary goal is the production of complex 2D drawings and [[DXF|DXF]] files, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as [https://en.wikipedia.org/wiki/LibreCAD LibreCAD], [https://en.wikipedia.org/wiki/QCad QCad], TurboCad, and others.
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle|Circle]]: Draws a circle from center and radius

* [[Image:Draft_Arc.png|32px]] [[Draft_Arc|Arc]]: Draws an arc segment from center, radius, start angle and end angle
{{TOCright}}
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse|Ellipse]]: Draws an ellipse from two corner points
[[Image:Draft_Workbench_Example.png|600px|Draft Workbench Example]]
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon|Polygon]]: Draws a regular polygon from a center and a radius

* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle|Rectangle]]: Draws a rectangle from 2 opposite points
<div class="mw-translate-fuzzy">
* [[Image:Draft_Text.png|32px]] [[Draft_Text|Text]]: Draws a multi-line text annotation
===Dibujando objetos===
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension|Dimension]]: Draws a dimension annotation
</div>
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline|BSpline]]: Draws a B-Spline from a series of points

* [[Image:Draft_Point.png|32px]] [[Draft_Point|Point]]: Inserts a point object
Estas son las herramientas para crear objetos.
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString|ShapeString]]: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document

* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder|Facebinder]]: Creates a new object from selected faces on existing objects
<div class="mw-translate-fuzzy">
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_Label.png|32px]] [[Draft_Label|Label]]: Places a label with an arrow pointing to a selected element {{Version|0.17}}
* [[Image:Draft_Line.png|32px]] [[Draft_Line/es|Línea de 2 puntos]]: Dibuja un segmento de línea entre 2 puntos
* [[Image:Draft_Wire.png|32px]] [[Draft_Wire/es|Polilínea (Línea de múltiples puntos)]]: Dibuja una polilínea compuesta por múltiples segmentos de línea
===Modifying objects===
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle/es|Circunferencia]]: Dibuja una circunferencia a partir de su centro y radio
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.
* [[Image:Draft_Move.png|32px]] [[Draft_Move|Move]]: Moves object(s) from one location to another
* [[Image:Draft_Arc.png|32px]] [[Draft_Arc/es|Arco]]: Dibuja un segmento de arco a partir de su centro, radio ángulo de inicio y ángulo final
* [[Image:Draft_Rotate.png|32px]] [[Draft_Rotate|Rotate]]: Rotates object(s) from a start angle to an end angle
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse/es|Ellipse]]: Draws an ellipse from two corner points
* [[Image:Draft_Offset.png|32px]] [[Draft_Offset|Offset]]: Moves segments of an object about a certain distance
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon/es|Polígono]]: Dibuja un polígono regular a partir del centro y radio de la circunferencia que lo circunscribe
* [[Image:Draft_Trimex.png|32px]] [[Draft_Trimex|Trim/Extend (Trimex)]]: Trims or extends an object
* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle/es|Rectángulo]]: Dibuja un rectángulo a partir de 2 puntos de su diagonal
* [[Image:Draft_Upgrade.png|32px]] [[Draft_Upgrade|Upgrade]]: Joins objects into a higher-level object
* [[Image:Draft_Text.png|32px]] [[Draft_Text/es|Texto]]: Dibuja una anotación de múltiples líneas de texto
* [[Image:Draft_Downgrade.png|32px]] [[Draft_Downgrade|Downgrade]]: Explodes objects into lower-level objects
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension/es|Cota]]: Dibuja una cota dimensional
* [[Image:Draft_Scale.png|32px]] [[Draft_Scale|Scale]]: Scales selected object(s) around a base point
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline/es|BSpline]]: Dibuja una B-Spline a partir de una serie de puntos
* [[Image:Draft_PutOnSheet.png|32px]] [[Draft_Drawing|Drawing]]: Writes selected objects to a [[Drawing Module|Drawing sheet]]
* [[Image:Draft_Point.png|32px]] [[Draft_Point/es|Punto]]: Inserta un objeto punto
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString/es|ShapeString]]: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
* [[Image:Draft_Edit.png|32px]] [[Draft_Edit|Edit]]: Edits a selected object
* [[Image:Draft_WireToBSpline.png|32px]] [[Draft_WireToBSpline|Wire to BSpline]]: Converts a wire to a BSpline and vice-versa
* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder/es|Facebinder]]: Creates a new object from selected faces on existing objects
* [[Image:Draft_AddPoint.png|32px]] [[Draft_AddPoint|Add point]]: Adds a point to a wire or BSpline
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve/es|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_DelPoint.png|32px]] [[Draft_DelPoint|Delete point]]: Deletes a point from a wire or BSpline
* [[Image:Draft_Label.png|32px]] [[Draft_Label/es|Label]]: Places a label with an arrow pointing to a selected element {{Version/es|0.17}}
</div>
* [[Image:Draft_Shape2DView.png|32px]] [[Draft_Shape2DView|Shape 2D View]]: Creates a 2D object which is a flattened 2D view of another 3D object

* [[Image:Draft_Draft2Sketch.png|32px]] [[Draft_Draft2Sketch|Draft to Sketch]]: Converts a Draft object to Sketch and vice-versa
<div class="mw-translate-fuzzy">
* [[Image:Draft_Array.png|32px]] [[Draft_Array|Array]]: Creates a polar or rectangular array from selected objects
===Modificando objetos===
* [[Image:Draft_PathArray.png|32px]] [[Draft_PathArray|Path Array]]: Creates an array of objects by placing the copies along a path
</div>
* [[Image:Draft_Clone.png|32px]] [[Draft_Clone|Clone]]: Clones the selected objects

* [[Image:Draft_Mirror.png|32px]] [[Draft_Mirror|Mirror]]: Mirrors the selected objects
Estas son las herramientas para la edición de los objetos existentes. Trabajan sobre los objetos seleccionados, pero si no hay ningún objeto seleccionado, permiten seleccionar uno.
* [[Image:Draft_Stretch.png|32px]] [[Draft_Stretch|Stretch]]: Stretches the selected objects {{Version|0.17}}

===Utility tools===
Many operation tools (move, rotate, array, etc.) also work on solid objects ([[Part Workbench|Part]], [[PartDesign Workbench|PartDesign]], [[Arch Workbench|Arch]], etc.).
Additional tools available via right-click context menu, depending on the selected objects.

* [[Image:Draft_SelectPlane.png|32px]] [[Draft_SelectPlane|Set working plane]]: Sets a working plane from a standard view or a selected face
<div class="mw-translate-fuzzy">
* [[Image:Draft_FinishLine.png|32px]] [[Draft_FinishLine|Finish line]]: Ends the drawing of the current wire or bspline, without closing it
* [[Image:Draft_CloseLine.png|32px]] [[Draft_CloseLine|Close line]]: Ends the drawing of the current wire or bspline, and closes it
* [[Image:Draft_Move.png|32px]] [[Draft_Move/es|Desplazar]]: Desplaza objeto(s) desde una ubicación a otra
* [[Image:Draft_UndoLine.png|32px]] [[Draft_UndoLine|Undo line]]: Undoes the last segment of a line
* [[Image:Draft_Rotate.png|32px]] [[Draft_Rotate/es|Girar]]: Gira objeto(s) desde un ángulo de inicio a un ángulo final
* [[Image:Draft_Offset.png|32px]] [[Draft_Offset/es|Equidistancia]]: Mueve segmentos de un objeto a cierta distancia
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_ToggleConstructionMode|Toggle construction mode]]: Toggles the Draft construction mode on/off
* [[Image:Draft_ToggleContinueMode.png|32px]] [[Draft_ToggleContinueMode|Toggle continue mode]]: Toggles the Draft continue mode on/off
* [[Image:Draft_Trimex.png|32px]] [[Draft_Trimex/es|Recortar/Extender]]: Recorta o extiende un objeto
* [[Image:Draft_ApplyStyle.png|32px]] [[Draft_Apply|Apply style]]: Applies the current style and color to selected objects
* [[Image:Draft_Upgrade.png|32px]] [[Draft_Upgrade/es|Promocionar]]: Une objetos en un objeto de nivel superior
* [[Image:Draft_Downgrade.png|32px]] [[Draft_Downgrade/es|Degradar]]: Descompone objetos en objetos de nivel inferior
* [[Image:Draft_ToggleDisplayMode.png|32px]] [[Draft_ToggleDisplayMode|Toggle display mode]]: Switches the display mode of selected objects between "flat lines" and "wireframe"
* [[Image:Draft_AddToGroup.png|32px]] [[Draft_AddToGroup|Add to group]]: Quickly adds selected objects to an existing group
* [[Image:Draft_Scale.png|32px]] [[Draft_Scale/es|Escalar]]: Escala los objetos seleccionados alrededor de un punto base
* [[Image:Draft_SelectGroup.png|32px]] [[Draft_SelectGroup|Select group contents]]: Selects the contents of a selected group
* [[Image:Draft_PutOnSheet.png|32px]] [[Draft_Drawing/es|Dibujar]]: Escribe los objetos seleccionados en una [[Drawing Module/es|Hoja de dibujo]]
* [[Image:Draft_ToggleSnap.png|32px]] [[Draft_ToggleSnap|Toggle snap]]: Toggles [[Draft Snap|object snapping]] on/off
* [[Image:Draft_Edit.png|32px]] [[Draft_Edit/es|Editar]]: Edita un objeto seleccionado
* [[Image:Draft_ToggleGrid.png|32px]] [[Draft_ToggleGrid|Toggle grid]]: Toggles the grid on/off
* [[Image:Draft_WireToBSpline.png|32px]] [[Draft_WireToBSpline/es|Contorno a BSpline]]: Convierte un contorno a BSpline y viceversa
* [[Image:Draft_ShowSnapBar.png|32px]] [[Draft_ShowSnapBar|Show snap bar]]: Shows/hides the [[Draft Snap|snapping]] toolbar
* [[Image:Draft_AddPoint.png|32px]] [[Draft_AddPoint/es|Añadir punto]]: Añade un punto a un contorno o una BSpline
* [[Image:Draft_Heal.png|32px]] [[Draft_Heal|Heal]]: Heals problematic Draft objects found in very old files
* [[Image:Draft_DelPoint.png|32px]] [[Draft_DelPoint/es|Borrar punto]]: Borra un punto de un contorno o BSpline
* [[Image:Draft_FlipDimension.png|32px]] [[Draft_FlipDimension|Flip Dimension]]: Flips the orientation of the text of a [[Draft Dimension|dimension]]
* [[Image:Draft_Shape2DView.png|32px]] [[Draft_Shape2DView/es|Shape 2D View]]: Crea un objeto 2D que es la vista 2D proyectada de otro objeto 3D
* [[Image:Draft_VisGroup.png|32px]] [[Draft_VisGroup|VisGroup]]: Creates a VisGroup in the current document
* [[Image:Draft_Draft2Sketch.png|32px]] [[Draft_Draft2Sketch/es|Boceto a croquis]]: Convierte un objeto de Boceto a Croquis y viceversa
* [[Image:Draft_Slope.png|32px]] [[Draft Slope|Slope]]: Changes the slope of selected Lines or Wires {{Version|0.17}}
* [[Image:Draft_Array.png|32px]] [[Draft_Array/es|Matriz]]: Crea una matriz polar o rectangular a partir de los objetos seleccionados
* [[Image:Draft_AutoGroup.png|32px]] [[Draft AutoGroup|AutoGroup]]: Automatically place new objects in a given group {{Version|0.17}}
* [[Image:Draft_PathArray.png|32px]] [[Draft_PathArray/es|Path Array]]: Creates an array of objects by placing the copies along a path
* [[Image:Draft_Clone.png|32px]] [[Draft_Clone/es|Clonar]]: Clona los objetos seleccionados
* [[Image:Draft_SetWorkingPlaneProxy.png|32px]] [[Draft SetWorkingPlaneProxy|Set Working Plane Proxy]]: Add a proxy object in the document to store a [[Draft_SelectPlane|Working Plane]] position {{Version|0.17}}
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_AddConstruction|Add to Construction group]]: Add selected objects to the Construction group {{Version|0.17}}
* [[Image:Draft_Mirror.png|32px]] [[Draft_Mirror/es|Mirror]]: Mirrors the selected objects
* [[Image:Draft_Stretch.png|32px]] [[Draft_Stretch/es|Stretch]]: Stretches the selected objects {{Version/es|0.17}}
===Preferences===
</div>

<div class="mw-translate-fuzzy">
===Herramientas de utilidad===
</div>

<div class="mw-translate-fuzzy">
Herramientas adicionales disponibles desde el menú contextual del botón derecho del ratón, dependiendo de los objetos seleccionados.
</div>

<div class="mw-translate-fuzzy">
* [[Image:Draft_SelectPlane.png|32px]] [[Draft_SelectPlane/es|Establecer plano de trabajo]]: Establece un plano de trabajo a partir de una vista estándar o una cara seleccionada
* [[Image:Draft_FinishLine.png|32px]] [[Draft_FinishLine/es|Línea final]]: Termina el dibujo del contorno o BSpline actual, sin cerrarlo
* [[Image:Draft_CloseLine.png|32px]] [[Draft_CloseLine/es|Línea de cierre]]: Termina el dibujo del contorno o BSpline actual, cerrándolo
* [[Image:Draft_UndoLine.png|32px]] [[Draft_UndoLine/es|Deshacer línea]]: Deshace el último segmento de línea
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_ToggleConstructionMode/es|Conmutar modo de construcción]]: Conmuta el modo de construcción del Boceto activado / desactivado
* [[Image:Draft_ToggleContinueMode.png|32px]] [[Draft_ToggleContinueMode/es|Conmutar modo continuo]]: Conmuta el modo continuo de Boceto activado / desactivado
* [[Image:Draft_ApplyStyle.png|32px]] [[Draft_Apply/es|Aplicar estilo]]: Aplica el estilo actual y el color a los objetos seleccionados
* [[Image:Draft_ToggleDisplayMode.png|32px]] [[Draft_ToggleDisplayMode/es|Conmuta el modo de visualización]]: Alterna el modo de visualización de los objetos seleccionados entre "líneas planas" y "alámbrico"
* [[Image:Draft_AddToGroup.png|32px]] [[Draft_AddToGroup/es|Añadir a grupo]]: Añade rápidamente los objetos seleccionados a un grupo existente
* [[Image:Draft_SelectGroup.png|32px]] [[Draft_SelectGroup/es|Seleccionar contenido de grupo]]: Selecciona el contenido de un grupo seleccionado
* [[Image:Draft_ToggleSnap.png|32px]] [[Draft_ToggleSnap/es|Conmutar ajuste]]: Conmuta el [[Draft Snap/es|ajuste]] a objetos activado / desactivado
* [[Image:Draft_ToggleGrid.png|32px]] [[Draft_ToggleGrid/es|Conmutar rejilla]]: Conmuta la rejilla del Boceto activado / desactivado
* [[Image:Draft_ShowSnapBar.png|32px]] [[Draft_ShowSnapBar/es|Mostrar barra de ajuste]]: Muestra / oculta la barra de herramientas de [[Draft Snap/es|ajuste]] del Boceto
* [[Image:Draft_Heal.png|32px]] [[Draft_Heal/es|Heal]]: Heals problematic Draft objects found in very old files
* [[Image:Draft_FlipDimension.png|32px]] [[Draft_FlipDimension/es|Flip Dimension]]: Flips the orientation of the text of a [[Draft Dimension|dimension]]
* [[Image:Draft_VisGroup.png|32px]] [[Draft_VisGroup/es|VisGroup]]: Creates a VisGroup in the current document
* [[Image:Draft_Slope.png|32px]] [[Draft Slope/es|Slope]]: Changes the slope of selected Lines or Wires {{Version/es|0.17}}
* [[Image:Draft_AutoGroup.png|32px]] [[Draft AutoGroup/es|AutoGroup]]: Automatically place new objects in a given group {{Version/es|0.17}}
* [[Image:Draft_SetWorkingPlaneProxy.png|32px]] [[Draft SetWorkingPlaneProxy/es|Set Working Plane Proxy]]: Add a proxy object in the document to store a [[Draft_SelectPlane|Working Plane]] position {{Version|0.17}}
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_AddConstruction/es|Add to Construction group]]: Add selected objects to the Construction group {{Version/es|0.17}}
</div>

<div class="mw-translate-fuzzy">
===Preferencias===
</div>


<div class="mw-translate-fuzzy">
* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences|Preferences...]]: Preferences disposable in Draft Tools.
* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences/es|Preferencias ...]]: Preferencias desechables en Draft Tools.
</div>


<div class="mw-translate-fuzzy">
===Formatos de archivo===
===Formatos de archivo===
</div>


<div class="mw-translate-fuzzy">


El módulo de Boceto proporciona a FreeCAD importadores y exportadores para los siguientes formatos de archivo:
El módulo de Boceto proporciona a FreeCAD importadores y exportadores para los siguientes formatos de archivo:
</div>


<div class="mw-translate-fuzzy">
* [[Image:Preferences-import-export.svg|32px]] [[Import_Export_Preference|Preference ...]] Import Export



* [[Draft_DXF/es|Autodesk .DXF]]: Importa y exporta archivos [http://en.wikipedia.org/wiki/AutoCAD_DXF Drawing Exchange Format] creados con otras aplicaciones de CAD 2D
* [[Draft_DXF/es|Autodesk .DXF]]: Importa y exporta archivos [http://en.wikipedia.org/wiki/AutoCAD_DXF Drawing Exchange Format] creados con otras aplicaciones de CAD 2D
Line 76: Line 128:
* [[Draft_OCA/es|Open Cad format .OCA]]: Importa y exporta archivos OCA/GCAD, un potencialmente nuevo [http://groups.google.com/group/open_cad_format formato de archivo abierto para CAD]
* [[Draft_OCA/es|Open Cad format .OCA]]: Importa y exporta archivos OCA/GCAD, un potencialmente nuevo [http://groups.google.com/group/open_cad_format formato de archivo abierto para CAD]
* [[Draft_DAT/es|Airfoil Data Format .DAT]]: Importa archivos DAT describiendo [http://www.ae.illinois.edu/m-selig/ads/coord_database.html Airfoil perfiles]
* [[Draft_DAT/es|Airfoil Data Format .DAT]]: Importa archivos DAT describiendo [http://www.ae.illinois.edu/m-selig/ads/coord_database.html Airfoil perfiles]
* [[Draft_DXF/es|Autodesk .DWG]]: Importar y exportar archivos DWG por medio del importador DXF, cuando la utilidad [[Extra python modules/es|Teigha Converter]] está instalada.
* [[Draft_DXF/es|Autodesk .DWG]]: Importar y exportar archivos DWG por medio del importador DXF, cuando la utilidad [[Extra python modules/es|ODA Converter]] está instalada.
* [[FreeCAD_and_DWG_Import | FreeCAD and DWG Import]]: importa y exporta archivos DWG
* [[FreeCAD_and_DWG_Import | FreeCAD and DWG Import]]: importa y exporta archivos DWG
* [[FreeCAD_and_DXF_Import | FreeCAD and DXF Import]]: importa y exporta archivos DXf
* [[FreeCAD_and_DXF_Import | FreeCAD and DXF Import]]: importa y exporta archivos DXf
</div>


===Install importers===

* [[FreeCAD_and_DWG_Import|FreeCAD and DWG Import]]: Imports and exports DWG files
* [[FreeCAD_and_DXF_Import|FreeCAD and DXF Import]]: Imports and exports DXF files

<div class="mw-translate-fuzzy">
===Características adicionales===
===Características adicionales===
</div>


<div class="mw-translate-fuzzy">
* [[Draft_Snap/es|Ajuste]]: Permite colocar los nuevos puntos en lugares especiales de los objetos existentes
* [[Draft_Snap/es|Ajuste]]: Permite colocar los nuevos puntos en lugares especiales de los objetos existentes
* [[Draft_Constrain/es|Restricciones]]: Permite situar los puntos nuevos horizontal o verticalmente respecto a puntos previos
* [[Draft_Constrain/es|Restricciones]]: Permite situar los puntos nuevos horizontal o verticalmente respecto a puntos previos
* [[Draft_Coordinates/es|Trabajando con coordenadas manualmente]]: Permite introducir coordenadas manualmente, en lugar de indicarlas en la pantalla
* [[Draft_Coordinates/es|Trabajando con coordenadas manualmente]]: Permite introducir coordenadas manualmente, en lugar de indicarlas en la pantalla
* [[Draft_SelectPlane/es|Working plane]]: Allows you to define a plane in the 3D space, where next operations will take place
* [[Draft_SelectPlane/es|Working plane]]: Allows you to define a plane in the 3D space, where next operations will take place
</div>



<div class="mw-translate-fuzzy">
===Archivos de guión===
===Archivos de guión===
</div>


<div class="mw-translate-fuzzy">
El módulo Boceto presenta una completa [[Draft API/es | Draft API]] para que pueda usar sus funciones en scripts y macros
El módulo Boceto presenta una completa [[Draft API/es | Draft API]] para que pueda usar sus funciones en scripts y macros
</div>


<div class="mw-translate-fuzzy">
=== Tutoriales ===
=== Tutoriales ===
* [[Draft_tutorial | Draft tutorial]]
* [[Draft_tutorial | Draft tutorial]]
* [[Draft_tutorial_Outdated | Draft tutorial desactualizado]]
* [[Draft_tutorial_Outdated | Draft tutorial desactualizado]]
* [[Draft_ShapeString_tutorial | Draft ShapeString tutorial]]
* [[Draft_ShapeString_tutorial | Draft ShapeString tutorial]]
</div>


<div class="mw-translate-fuzzy">
{{docnav/es|[[Arch Module/es|Modulo Arquitectura]]|[[Drawing Module/es|Modulo Dibujo]]}}
{{docnav/es|[[Arch Module/es|Modulo Arquitectura]]|[[Drawing Module/es|Modulo Dibujo]]}}
</div>


{{Draft Tools navi}}
[[Category:User Documentation/es]]

<languages/>
{{Userdocnavi}}

[[Category:Workbenches]]

Revision as of 16:29, 12 November 2019

El entorno de Boceto permite dibujar rápidamente objetos 2D simples en el documento actual, y ofrecer diversas herramientas para poderlas modificar después. Algunas de dichas herramientas también funcionan sobre otros objetos de FreeCAD, no sólo en los creados con el entorno de Boceto. También proporciona un completo sistema de ajuste, y varias utilidades para manejar objetos y configuraciones.

The created 2D objects can be used for general drafting in a way similar to Inkscape or Autocad. These 2D shapes can also be used as the base components of 3D objects created with other workbenches, for example, the Part and Arch Workbenches. Conversion of Draft objects to Sketches is also possible, which means that the shapes can also be used with the PartDesign Workbench for the creation of solid bodies.

FreeCAD is primarily a 3D modelling application, and thus its 2D tools aren't as advanced as in other drawing programs. If your primary goal is the production of complex 2D drawings and DXF files, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as LibreCAD, QCad, TurboCad, and others.

Draft Workbench Example

Dibujando objetos

Estas son las herramientas para crear objetos.

  • Línea de 2 puntos: Dibuja un segmento de línea entre 2 puntos
  • Polilínea (Línea de múltiples puntos): Dibuja una polilínea compuesta por múltiples segmentos de línea
  • Circunferencia: Dibuja una circunferencia a partir de su centro y radio
  • Arco: Dibuja un segmento de arco a partir de su centro, radio ángulo de inicio y ángulo final
  • Ellipse: Draws an ellipse from two corner points
  • Polígono: Dibuja un polígono regular a partir del centro y radio de la circunferencia que lo circunscribe
  • Rectángulo: Dibuja un rectángulo a partir de 2 puntos de su diagonal
  • Texto: Dibuja una anotación de múltiples líneas de texto
  • Cota: Dibuja una cota dimensional
  • BSpline: Dibuja una B-Spline a partir de una serie de puntos
  • Punto: Inserta un objeto punto
  • ShapeString: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
  • Facebinder: Creates a new object from selected faces on existing objects
  • Bezier Curve: Draws a Bezier curve from a series of points
  • Label: Places a label with an arrow pointing to a selected element introducido en la versión 0.17

Modificando objetos

Estas son las herramientas para la edición de los objetos existentes. Trabajan sobre los objetos seleccionados, pero si no hay ningún objeto seleccionado, permiten seleccionar uno.

Many operation tools (move, rotate, array, etc.) also work on solid objects (Part, PartDesign, Arch, etc.).

Herramientas de utilidad

Herramientas adicionales disponibles desde el menú contextual del botón derecho del ratón, dependiendo de los objetos seleccionados.

Preferencias

Formatos de archivo

El módulo de Boceto proporciona a FreeCAD importadores y exportadores para los siguientes formatos de archivo:

Install importers

Características adicionales

  • Ajuste: Permite colocar los nuevos puntos en lugares especiales de los objetos existentes
  • Restricciones: Permite situar los puntos nuevos horizontal o verticalmente respecto a puntos previos
  • Trabajando con coordenadas manualmente: Permite introducir coordenadas manualmente, en lugar de indicarlas en la pantalla
  • Working plane: Allows you to define a plane in the 3D space, where next operations will take place


Archivos de guión

El módulo Boceto presenta una completa Draft API para que pueda usar sus funciones en scripts y macros