User hub/pt: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
(10 intermediate revisions by 3 users not shown)
Line 28: Line 28:
=== Introdução ===
=== Introdução ===


* [[About FreeCAD/pt|Acerca do FreeCAD]]: Uma visão geral do FreeCAD
<div class="mw-translate-fuzzy">
* [[Installing/pt|Instalação do FreeCAD]]: Como instalar o FreeCAD no [[Install on Windows/pt|Instalação em Windows|Windows]] e no [[Install on Unix/pt|Instalação em Linux|Linux]]
* [[About FreeCAD/pt|Acerca do FreeCAD]]: Uma visão global do FreeCAD
* [[Installing/pt|Instalação do FreeCAD]]: Como instalar o FreeCAD no [[Install on Windows/pt|Instalação em Windows|Windows]] e no [[Install on Unix/pt|Instalação em Linux|Linux]]
* [[Getting started/pt|Primeiros passos]]: Uma visão geral das ferramentas disponíveis
* [[Getting started/pt|Primeiros passos]]: Uma visão geral das ferramentas disponíveis
* [[FAQ/pt|FAQ]]: Perguntas frequentes
* [[Frequently_asked_questions/pt|FAQ]]: Perguntas frequentes

</div>
====Migrando de outro software?====


* [[Workarounds|Funções alternativas]]
See also:
* [[Migrating_to_FreeCAD_from_Fusion360|Migrating to FreeCAD from Fusion360]]
* [[Migrating_to_FreeCAD_from_Fusion360|Migrar para o FreeCAD do Fusion360]]
* [[Migrating_to_FreeCAD_from_OnShape|Migrar para o FreeCAD do OnShape]]
* [[Migrating_to_FreeCAD_from_SolidWorks|Migrar para o FreeCAD do SolidWorks]]
* [[Migrating_to_FreeCAD_from_Revit|Migrar para o FreeCAD do Revit]]
* [https://yorik.uncreated.net/blog/2020-010-freecad-bim-guide FreeCAD BIM migration guide]
* [[BIM_application_compatibility_table|BIM applications compatibility table]]


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 58: Line 63:


<!--Please keep this list consistent with Online_Help_Toc and Workbenches-->
<!--Please keep this list consistent with Online_Help_Toc and Workbenches-->
* [[Image:Freecad.svg|32px]] [[Std_Base|Std Base]]. This is not really a workbench, but rather a category of 'standard' commands and tools that can be used in all workbenches.
* [[Image:Freecad.svg|32px]] [[Std_Base|Standard tools]]. These commands and tools are present in all workbenches.


* [[Image:Workbench_Arch.svg|32px]] The [[Arch_Workbench|Arch Workbench]] for working with architectural elements.
* [[Image:Workbench_Arch.svg|32px]] The [[Arch_Workbench|Arch Workbench]] for working with architectural elements.

Revision as of 21:41, 25 April 2022



Esta área é a principal área de ajuda para os recém chegados ao FreeCAD.

Por favor note que, como o próprio FreeCAD, essas páginas estão em desenvolvimento contínuo. FreeCAD já dispõe de muitas ferramentas interessantes para o usuário final, e mais são continuamente adicionadas, razão pela qual actualmente ainda falta documentação para o usuário final ou esta desactualizada.

E se você tiver alguma informação que você gostaria de aparecer aqui, por que não contribuir, e nos ajudar a fazer crescer este manual. Página Ajuda FreeCAD, que irá ajudá-lo a começar.

Se você gostaria de saber como começou o desenvolvimento de FreeCADa anos atrás visite a página History.

Se tiver alguma informação que gostaria que aparecesse aqui, porque não contribuir a ajudar este manual a crescer? É fácil escrever páginas wiki, a página This page vai ajudá-lo a começar.

Usando o FreeCAD

Introdução

Migrando de outro software?

Programa Básico

Bancadas

Workbenches are collections of tools used for specific tasks. These are the base workbenches bundled with every FreeCAD installation:

  • Standard tools. These commands and tools are present in all workbenches.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • The Inspection Workbench is made to give you specific tools for examination of shapes. It is still under development.
  • The Path Workbench is used to produce G-Code instructions. It is still under development.
  • The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.

Macros

Macros are relatively small snippets of Python code that perform a simple or a complex task that is not available in the base FreeCAD system.

Power users have written various macros to enhance FreeCAD with more capabilities.

Since FreeCAD 0.17, many macros can be installed using the Addon Manager. For a list of the macros refer to the Macros recipes page. For manual installation see How to install macros.

External workbenches

When many macros or functions are developed together, and are organized in toolbars and menus, they can become a new workbench.

External workbenches are collections of functions that are not part of the base FreeCAD system, usually developed by experienced users, and targeting a particular need.

Since FreeCAD 0.17, many workbenches can be installed using the Addon Manager. For manual installation see How to install additional workbenches.

Referências

Ajuda Online

Esta é a ajuda online oficial do FreeCAD. Note que o sistema de ajuda online está neste momento a ser refeito. Será usado para gerar um ficheiro .CHM, que virá com as distribuições em binário do FreeCAD. Neste momento a ajuda online sumariza algumas das secções mais completas deste wiki.

Mais