Draft Drawing/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Programación==")
(Updating to match new version of source page)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/es|Name=Draft_Drawing|Workbenches=[[Draft Module/es|Croquis]], [[Arch Module/es|Arquitectura]]|MenuLocation=Croquis → Dibujo}}

{{Docnav
|
|
|[[Draft_Workbench|Draft]]
|IconL=
|IconR=
|IconC=Workbench_Draft.svg
}}


{{VeryImportantMessage|THIS COMMAND IS OBSOLETE<br>
Both the command and the [[Drawing_Workbench|Drawing Workbench]] it works with are not available in {{VersionPlus|0.21}}. Use the [[TechDraw_Workbench|TechDraw Workbench]] and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.}}

<div class="mw-translate-fuzzy">
{{GuiCommand/es
|Name=Draft_Drawing
|Name/es=Dibujo
|MenuLocation=Croquis → Dibujo
|Workbenches=[[Draft_Workbench/es|Croquis]], [[Arch_Workbench/es|Arquitectura]]
}}
</div>

<span id="Description"></span>
==Descripción==
==Descripción==


<div class="mw-translate-fuzzy">
Esta herramienta te permite poner los objetos seleccionados en una [[Drawing Module/es|hoja de dibujo]] SVG. Si no existe ninguna hoja en el documento, se creará una por defecto.
Esta herramienta te permite poner los objetos seleccionados en una [[Drawing Workbench/es|hoja de dibujo]] SVG. Si no existe ninguna hoja en el documento, se creará una por defecto.
</div>

This command is similar to the [[Drawing_View|Drawing View]] command but is optimized for [[Draft_Workbench|Draft]] objects. Contrary to that command, it can handle specific objects such as [[Draft_Dimension|Draft Dimensions]] and [[Draft_Text|Draft Texts]], and it can render faces.

This command is now obsolete. Use the [[TechDraw_Workbench|TechDraw Workbench]] and the [[TechDraw_DraftView|TechDraw DraftView]] command instead.


[[Image:Draft drawing example.jpg|640px]]
[[Image:Draft drawing example.jpg|640px]]
{{Caption|On the left the selected Draft objects. On the right the created drawing views.}}


<span id="Usage"></span>
<div class="mw-translate-fuzzy">
==Utilización==
==Utilización==
</div>


<div class="mw-translate-fuzzy">
# Selecciona los objetos que quieres poner en una hoja de dibujo
# Selecciona los objetos que quieres poner en una hoja de dibujo
# Presiona el botón de {{KEY|[[Image:Draft Drawing.png|16px]] [[Draft Drawing/es|Dibujo]]}}
# Presiona el botón de {{KEY|[[Image:Draft Drawing.png|16px]] [[Draft Drawing/es|Dibujo]]}}
</div>


==Opciones==


{{Docnav
* Selecciona los objetos que quieras poner en la hoja de dibujo. La herramienta trabajará mejor con objetos planos 2D desde los módulos de [[Draft Module/es|Boceto]] o [[Sketcher Workbench/es|Croquizado]].
|
* Si el objeto seleccionado es una [[Arch SectionPlane/es|Sección plana de arquitectura]], esta herramienta creará una vista adicional de dicho plano de sección.
|
* En la misma selección, añade el objeto página en el que quieras dibujar tus objetos. Si no existe ninguna página, se creará una nueva. Si no se selecciona ningún objeto página pero existe al menos uno en el documento, el primero que se encuentre será en el que se dibuje.
|[[Draft_Workbench|Draft]]
* Si seleccionas una hoja de dibujo existente, y los objetos de la selección que estén ya en esa hoja de dibujo (por ejemplo para un objeto "rectángulo" que tuviera ya un objeto "ViewRectangle" en la hoja), serán sustituidos. Esto te permite simplemente seleccionar todos los objetos y enviarlos a una página existente, la cual simplemente se actualizará.
|IconL=
|IconR=
|IconC=Workbench_Draft.svg
}}


{{Draft Tools navi{{#translation:}}}}
==Propiedades==
{{Userdocnavi{{#translation:}}}}

* {{PropertyData|Fill Style}}: Para formas cerradas, permite especificar uno de los estilos de relleno de Boceto, o utilizar el color de la forma.
* {{PropertyData|Font Size}}: Te permite especificar el tamaño de letra de los textos y dimensiones.
* {{PropertyData|Line Width}}: Te permite especificar el espesor de línea de los objetos visualizados.

==Programación==

The Draft Drawing tool can by used in [[macros]] and from the python console by using the following function:

<syntaxhighlight>
makeDrawingView (object,page)
</syntaxhighlight>

* Adds a view of the given object to the given page.
* Returns the created view object.

Example:

<syntaxhighlight>
import FreeCAD,Draft
obj = FreeCAD.ActiveDocument.ActiveObject
page = FreeCAD.ActiveDocument.Page
Draft.makeDrawingView(obj,page)
</syntaxhighlight>

<languages/>

Latest revision as of 08:34, 20 May 2023

THIS COMMAND IS OBSOLETE
Both the command and the Drawing Workbench it works with are not available in version 0.21 and above. Use the TechDraw Workbench and the TechDraw DraftView command instead.

Dibujo

Ubicación en el Menú
Croquis → Dibujo
Entornos de trabajo
Croquis, Arquitectura
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Descripción

Esta herramienta te permite poner los objetos seleccionados en una hoja de dibujo SVG. Si no existe ninguna hoja en el documento, se creará una por defecto.

This command is similar to the Drawing View command but is optimized for Draft objects. Contrary to that command, it can handle specific objects such as Draft Dimensions and Draft Texts, and it can render faces.

This command is now obsolete. Use the TechDraw Workbench and the TechDraw DraftView command instead.

On the left the selected Draft objects. On the right the created drawing views.

Utilización

  1. Selecciona los objetos que quieres poner en una hoja de dibujo
  2. Presiona el botón de Dibujo