Workbenches/pt: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 20: Line 20:
These are the base workbenches bundled with every installation of FreeCAD:
These are the base workbenches bundled with every installation of FreeCAD:


<div class="mw-translate-fuzzy">
* [[Image:Workbench_Arch.svg|24px]] A [[Arch Workbench/pt|Bancada de Arquitetura]] para trabalhar com elementos arquitetónicos
* [[Image:Workbench_Arch.svg|24px]] A [[Arch Workbench/pt|Bancada de Arquitetura]] para trabalhar com elementos arquitetónicos
* [[Image:Workbench_Complete.svg|24px]] The [[Complete_Workbench/pt|Complete Workbench]] hold all commands and features from all the modules and workbenches which met certain quality criteria.
* [[Image:Workbench_Complete.svg|24px]] The [[Complete_Workbench/pt|Complete Workbench]] hold all commands and features from all the modules and workbenches which met certain quality criteria.
Line 25: Line 26:
* [[Image:Workbench_Drawing.svg|24px]] A [[Drawing Module/pt|Bancada de Desenho Técnico]] para mostrar o seu trabalho em 3D em folhas 2D
* [[Image:Workbench_Drawing.svg|24px]] A [[Drawing Module/pt|Bancada de Desenho Técnico]] para mostrar o seu trabalho em 3D em folhas 2D
* [[Image:Workbench_FEM.svg|24px]] The [[FEM Module/pt|FEM Workbench]] provides Finite Element Analysis (FEA) workflow.
* [[Image:Workbench_FEM.svg|24px]] The [[FEM Module/pt|FEM Workbench]] provides Finite Element Analysis (FEA) workflow.
</div>


* [[Image:Workbench_Image.svg|24px]] A [[Image_Module/pt|Bancada de Imagens]] para trabalhar com imagens de ''bitmaps''
* [[Image:Workbench_Image.svg|24px]] A [[Image_Module/pt|Bancada de Imagens]] para trabalhar com imagens de ''bitmaps''
Line 38: Line 40:
* [[Image:Workbench_Raytracing.svg|24px]] A [[Raytracing Workbench/pt|Bancada de Raytracing]] fazer ''raytracing'' (renderiação)
* [[Image:Workbench_Raytracing.svg|24px]] A [[Raytracing Workbench/pt|Bancada de Raytracing]] fazer ''raytracing'' (renderiação)


<div class="mw-translate-fuzzy">
* [[Image:Workbench_Reverse_Engineering.svg|24px]] The [[Reverse Engineering Workbench/pt|Reverse Engineering Workbench]] is intended to give you specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still in development.
* [[Image:Workbench_Reverse_Engineering.svg|24px]] The [[Reverse Engineering Workbench/pt|Reverse Engineering Workbench]] is intended to give you specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still in development.
* [[Image:Workbench_Robot.svg|24px]] A [[Robot Workbench/pt|Bandade de Robotica]] para estudar os movimentos de robots
* [[Image:Workbench_Robot.svg|24px]] A [[Robot Workbench/pt|Bandade de Robotica]] para estudar os movimentos de robots
Line 43: Line 46:
* [[Image:Workbench_Sketcher.svg|24px]] A [[Sketcher Workbench/pt|Bancada de Esboços]] para trabalhar com rdboços com geometria restringida
* [[Image:Workbench_Sketcher.svg|24px]] A [[Sketcher Workbench/pt|Bancada de Esboços]] para trabalhar com rdboços com geometria restringida
* [[Image:Workbench_Spreadsheet.svg|24px]] The [[Spreadsheet Module/pt|Spreadsheet Workbench]] for creating and manipulating spreadsheet data.
* [[Image:Workbench_Spreadsheet.svg|24px]] The [[Spreadsheet Module/pt|Spreadsheet Workbench]] for creating and manipulating spreadsheet data.
</div>


* [[Image:Workbench_Start.svg|24px]] The [[Start_Workbench/pt|Start Center Workbench]] allows you to quickly jump to one of the most common workbenches.
* [[Image:Workbench_Start.svg|24px]] The [[Start_Workbench/pt|Start Center Workbench]] allows you to quickly jump to one of the most common workbenches.
Line 51: Line 55:
== External workbenches ==
== External workbenches ==


FreeCAD workbenches are easy to program in [http://www.python.org Python], there are therefore many people developing additional workbenches outside of the FreeCAD codebase.
FreeCAD workbenches are easy to program in [[Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.


The [[External workbenches]] page has some information and tutorials about some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.
The [[external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.


Há mais bancadas em desenvolvimento, mantenha-se atento!
Há mais bancadas em desenvolvimento, mantenha-se atento!

Revision as of 20:52, 11 November 2018

O FreeCAD, como outros programas como o Revit ou Catia, é baseado no conceito de bancadas. Uma bancada pode ser considerada como um conjunto de ferramentas agrupadas para fazer uma certa tarefa. Numa oficina de carpintaria tradicional, haveria uma mesa para a pessoa que trabalha com madeira, outra para peças metálicas, e talvez uma terceira para a pessoa que faz a montagem das várias peças.

No FreeCAD aplica-se o mesmo conceito. As ferramentas são agrupadas em bancadas de acordo com as tarefas em que são usadas.

Quando muda de uma bancada para a outra, as ferramentas disponíveis no interface mudam. As barras de ferramentas, barras de comandos e eventualemnte outras partes do interface mudam com a nova bancada, mas os conteúdos do seu trabalho não mudam. Poderia, por exemplo, começar a desenhar formas em 2D com a Bancada de Desenho, e depois fazer mais trabalho na Bancada de Peças.

Note that sometimes a Workbench is referred to as a Module. However, Workbenches and Modules are different entities. A Module is any extension of FreeCAD, while a Workbench is a special GUI configuration that groups some toolbars and menus. Usually every Module contains its own Workbench, hence the cross-use of the name.

Built-in workbenches

Neste momanto estão disponíveis as seguintes bancadas:

Bancadas

These are the base workbenches bundled with every installation of FreeCAD:

External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

Há mais bancadas em desenvolvimento, mantenha-se atento!

Property editor/pt
PartDesign Workbench/pt