Drawing Workbench/pt-br: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav|[[Part Module|Part Module]]|[[Raytracing Module|Raytracing Module]]}}
[[Image:Workbench_Drawing.svg|64px]]


<div class="mw-translate-fuzzy">
== Introduction ==
{{Docnav
|[[Draft Workbench/pt-br|Bancada de trabalho Draft]]
|[[FEM Workbench/pt-br|Bancada de trabalho FEM]]
|IconL=Workbench_Draft.svg
|IconC=Online Help Toc.svg
|IconR=Workbench_FEM.svg
}}
</div>

{{VeryImportantMessage|The '''Drawing Workbench''' is no longer included after version 0.20.<br>
The [[TechDraw_Workbench|TechDraw Workbench]] is its more advanced replacement.}}

[[Image:Workbench_Drawing.svg|thumb|128px|Ícone da bancada de trabalho Drawing ]]


<span id="Introduction"></span>
{{VeryImportantMessage|Development of the [[Drawing Workbench]] stopped in FreeCAD 0.16, and the new [[TechDraw Workbench]] aiming to replace it was introduced in v0.17. Both workbenches are still provided in v0.17, but the Drawing Workbench may be removed in future releases.}}
== Introdução ==


The Drawing module allows you to put your 3D work on paper. That is, to put views of your models in a 2D window and to insert that window in a drawing, for example a sheet with a border, a title and your logo and finally print that sheet.
O módulo Drawing permite que você coloque seu trabalho em 3D no papel. Ou seja, colocar vistas de seus modelos em uma janela 2D e inserir essa janela em um desenho, por exemplo, uma folha com uma borda, um título e seu logotipo e finalmente imprimir essa folha.


{{TOCright}}
{{TOCright}}
[[Image:Drawing_extraction.png|800px]]
[[Image:Drawing_extraction.png|600px]]


== Tools ==
<span id="Tools"></span>
== Ferramentas ==


Estas são ferramentas para criar, configurar e exportar folhas de desenho 2D
These are tools for creating, configuring and exporting 2D drawing sheets


* [[Image:Drawing_New.png|32px]] [[Drawing_Open_SVG|Open scalable vector graphic]]: Opens a drawing sheet previously saved as an SVG file
* [[Image:Drawing_New.png|32px]] [[Drawing_Open_SVG/pt-br|Abrir um gráfico vetorial escalável]]: Abre uma folha de desenho previamente salva como um arquivo SVG


* [[Image:Drawing_Landscape_A3.png|32px]] [[Drawing_Landscape_A3|New A3 landscape drawing]]: Creates a new drawing sheet from FreeCAD's default A3 template
* [[Image:Drawing_Landscape_A3.png|32px]] [[Drawing_Landscape_A3/pt-br|Nova folha de desenho A3 orientação paisagem]]: Cria uma folha de desenho a partir do modelo padrão A3 do FreeCAD.


* [[Image:Drawing_View.png|32px]] [[Drawing_View|Insert a view]]: Inserts a view of the selected object in the active drawing sheet
* [[Image:Drawing_View.png|32px]] [[Drawing_View/pt-br|Inserir uma vista]]: Insere uma visão do objeto selecionado na folha de desenho ativo


* [[Image:Drawing_Annotation.png|32px]] [[Drawing_Annotation|Annotation]]: Adds an annotation to the current drawing sheet
* [[Image:Drawing_Annotation.png|32px]] [[Drawing_Annotation|Anotação]]: Acrescenta uma anotação à folha de desenho atual


* [[Image:Drawing_Clip.png|32px]] [[Drawing_Clip|Clip]]: Adds a clip group to the current drawing sheet
* [[Image:Drawing_Clip.png|32px]] [[Drawing_Clip/pt-br|Corte]]: Acrescenta um grupo de recortes à folha de desenho atual


* [[Image:Drawing_Openbrowser.png|32px]] [[Drawing_Openbrowser|Open Browser]]: Opens a preview of the current sheet in the browser
* [[Image:Drawing_Openbrowser.png|32px]] [[Drawing_Openbrowser|Open Browser]]: Opens a preview of the current sheet in the browser
Line 43: Line 56:


== Workflow ==
== Workflow ==
The document contains a 3D shape object (Schenkel) from which we want to produce a drawing. Therefore a "Page" is created. A page it's instantiated from a template, for example, the "A3_Landscape" template. The template is an [[SVG]] document which can hold a page frame, a logo, and other elements.
The document contains a 3D shape object (leg) from which we want to produce a drawing. Therefore a "Page" is created. A page it's instantiated from a template, for example, the "A3_Landscape" template. The template is an [[SVG|SVG]] document which can hold a page frame, a logo, and other elements.


Nesta página, podemos inserir uma ou mais vistas. Cada vista tem uma posição na página, um fator de escala e propriedades adicionais. Cada vez que a página ou a vista ou o objeto referenciado muda, a página é regenerada e a exibição da página é atualizada.
In this page we can insert one or more views. Each view has a position on the page, a scale factor, and additional properties. Every time the page or the view or the referenced object changes, the page is regenerated and the page display updated.


== Scripting ==
== Scripting ==


At the moment the graphical user interface workflow is very limited, so the scripting API is more interesting.
No momento, o fluxo de trabalho da interface gráfica do usuário é muito limitado, por isso a API de scripting é mais interessante.


See the [[Drawing API example]] page for a description of the functions used to create drawing pages and views.
See the [[Drawing API example]] page for a description of the functions used to create drawing pages and views.


<span id="Templates"></span>
The macro [[Macro CartoucheFC|CartoucheFC]] allows you to create a custom information box on an A3 landscape page.
== Modelos ==

== Templates ==


FreeCAD comes bundled with a set of default templates, but you can find more on the [[Drawing templates]] page.
FreeCAD comes bundled with a set of default templates, but you can find more on the [[Drawing templates]] page.
Line 65: Line 77:
== Tutorials ==
== Tutorials ==
* [[Drawing_tutorial|Drawing tutorial]]
* [[Drawing_tutorial|Drawing tutorial]]
* [[Drawing_Template_HowTo|Drawing Template HowTo]]

== Macros ==

* {{MacroLink|Icon=Macro_Automatic_drawing.png|Macro_Automatic_drawing|Macro Automatic drawing}}: Allows the user to get the view of his object in a drawing with 4 different position (front,top,iso,right). Needs some modification to be perfectly effective.

* {{MacroLink|Icon=Macro_CartoucheFC.png|Macro_CartoucheFC|Macro CartoucheFC}}: This GUI macro to fill simply all fields of the cartridge of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.

* {{MacroLink|Icon=Macro_CartoucheFC_2.png|Macro_CartoucheFC_2|Macro CartoucheFC 2}}: This GUI macro to fill simply all fields of the cartridge '''model 2''' of the plan implementation worksheet FreeCAD.

* {{MacroLink|Icon=Macro_CartoucheFC_Full.png|Macro_CartoucheFC_Full|Macro CartoucheFC Full}}: This GUI macro to fill simply all fields of the cartridge [[Misc_templates_Full|Misc templates Full]] of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.

* {{MacroLink|Icon=Macro_Corner_shapes_wizard.png|Macro_Corner_shapes_wizard/update|Macro Corner shapes wizard/update}}: Pops up a dialog asking for the dimensions of your corner piece, then creates the object in the document and creates a page view with top, front and lateral views of the piece.


== External links ==
== External links ==

* [https://www.youtube.com/watch?v=1Hm5Zyjmjac Intro to mechanical drawing on Youtube - by Normal Universe]
* [https://www.youtube.com/watch?v=1Hm5Zyjmjac Intro to mechanical drawing on Youtube - by Normal Universe]



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav
{{docnav/pt-br|Part Module/pt-br|Raytracing Module/pt-br}}
|[[Draft Workbench/pt-br|Bancada de trabalho Draft]]
|[[FEM Workbench/pt-br|Bancada de trabalho FEM]]
|IconL=Workbench_Draft.svg
|IconC=Online Help Toc.svg
|IconR=Workbench_FEM.svg
}}
</div>
</div>


{{Drawing Tools navi}}
{{Drawing Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

[[Category:Obsolete Workbenches{{#translation:}}]]
{{Userdocnavi}}
[[Category:Obsolete Workbenches]]

Latest revision as of 08:47, 8 July 2023

The Drawing Workbench is no longer included after version 0.20.
The TechDraw Workbench is its more advanced replacement.
Ícone da bancada de trabalho Drawing

Introdução

O módulo Drawing permite que você coloque seu trabalho em 3D no papel. Ou seja, colocar vistas de seus modelos em uma janela 2D e inserir essa janela em um desenho, por exemplo, uma folha com uma borda, um título e seu logotipo e finalmente imprimir essa folha.

Ferramentas

Estas são ferramentas para criar, configurar e exportar folhas de desenho 2D

  • Inserir uma vista: Insere uma visão do objeto selecionado na folha de desenho ativo
  • Anotação: Acrescenta uma anotação à folha de desenho atual
  • Corte: Acrescenta um grupo de recortes à folha de desenho atual
  • Open Browser: Opens a preview of the current sheet in the browser
  • Ortho Views: Automatically creates orthographic views of an object on the current drawing sheet
  • Symbol: Adds the contents of a SVG file as a symbol on the current drawing sheet
  • Draft View: Inserts a special Draft view of the selected object in the current drawing sheet
  • Spreadsheet View: Inserts a view of a selected spreadsheet in the current drawing sheet
  • Save sheet: Saves the current sheet as a SVG file
  • Project Shape: Creates a projection of the selected object (Source) in the 3D view.

Workflow

The document contains a 3D shape object (leg) from which we want to produce a drawing. Therefore a "Page" is created. A page it's instantiated from a template, for example, the "A3_Landscape" template. The template is an SVG document which can hold a page frame, a logo, and other elements.

Nesta página, podemos inserir uma ou mais vistas. Cada vista tem uma posição na página, um fator de escala e propriedades adicionais. Cada vez que a página ou a vista ou o objeto referenciado muda, a página é regenerada e a exibição da página é atualizada.

Scripting

No momento, o fluxo de trabalho da interface gráfica do usuário é muito limitado, por isso a API de scripting é mais interessante.

See the Drawing API example page for a description of the functions used to create drawing pages and views.

Modelos

FreeCAD comes bundled with a set of default templates, but you can find more on the Drawing templates page.

Extending the Drawing Module

Some notes on the programming side of the drawing module will be added to the Drawing Documentation page. This is to help quickly understand how the drawing module works, enabling programmers to rapidly start programming for it.

Tutorials

Macros

  • Macro Automatic drawing: Allows the user to get the view of his object in a drawing with 4 different position (front,top,iso,right). Needs some modification to be perfectly effective.
  • Macro CartoucheFC: This GUI macro to fill simply all fields of the cartridge of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.
  • Macro CartoucheFC 2: This GUI macro to fill simply all fields of the cartridge model 2 of the plan implementation worksheet FreeCAD.
  • Macro CartoucheFC Full: This GUI macro to fill simply all fields of the cartridge Misc templates Full of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.
  • Macro Corner shapes wizard/update: Pops up a dialog asking for the dimensions of your corner piece, then creates the object in the document and creates a page view with top, front and lateral views of the piece.

External links