User hub/pt: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 10: Line 10:
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
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.
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.
</div>

<div class="mw-translate-fuzzy">
Mas não se sentem desencorajados, navegue pelo conteúdo desta secção, e, se você não consegue encontrar a informação que precisar, não hesite em perguntar! Entre os desenvolvedores ou na pequena, mas crescente comunidade de usuários FreeCAD, certamente haverá alguém que pode ajudá-lo. Você pode deixar comentários relacionados a este site da documentação wiki no [http://forum.freecadweb.org fórum de ajuda FreeCAD ] e fazer suas perguntas lá.
</div>
</div>


Line 41: Line 37:
</div>
</div>


<div class="mw-translate-fuzzy">
=== Programa Básico ===
=== Programa Básico ===
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 52: Line 50:
</div>
</div>


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

[[Workbenches|Workbenches]] are collections of tools that are used for a relatively specific task.

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


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 93: Line 97:
</div>
</div>


===External Workbenches===
===Macros===
Power users have extended FreeCAD with various custom [[External_workbenches|external workbenches]] that are not integrated into the FreeCAD source code, but are easy to install on an existing FreeCAD installation. See [[external workbenches|external workbenches]] for an overview of these workbenches.


[[Macros|macros]] are relatively small snippets of [[Python|Python]] code that perform a simple or a complex task that is not available in the base FreeCAD system.
Since FreeCAD 0.17 these workbenches can be installed using the [[Std AddonMgr|Addon Manager]]. For manual installation see [[How to install additional workbenches|How to install additional workbenches]].


===Macros===
Power users have written various [[macros|macros]] to enhance FreeCAD with more capabilities.
Power users have written various [[macros|macros]] to enhance FreeCAD with more capabilities.


Since FreeCAD 0.17 macros can be installed using the [[Std AddonMgr|Addon Manager]]. For a list of the macros refer to the [[macros recipes|macros recipes]] page. For manual installation see [[How to install macros|How to install macros]].
Since FreeCAD 0.17, many macros can be installed using the [[Std AddonMgr|Addon Manager]]. For a list of the macros refer to the [[macros recipes|macros recipes]] page. For manual installation see [[How to install macros|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|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 [[Std AddonMgr|Addon Manager]]. For manual installation see [[How to install additional workbenches|How to install additional workbenches]].


===Referências===
===Referências===
Line 130: Line 140:
{{Userdocnavi}}
{{Userdocnavi}}


<div class="mw-translate-fuzzy">
[[Category:Hubs/pt]]
[[Category:Hubs/pt]]
[[Category:User Documentation/pt]]
[[Category:User Documentation/pt]]
</div>

[[Category:User Documentation]]

Revision as of 06:33, 30 September 2019


150
150

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

Programa Básico

Bancadas

Workbenches are collections of tools that are used for a relatively specific task.

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

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