Instalação de componentes adicionais

From FreeCAD Documentation
Revision as of 18:18, 9 July 2021 by Dikluwe (talk | contribs) (Created page with "[https://www.openscad.org OpenSCAD] é um modelador de sólidos 3D. O OpenSCAD Workbench depende deste software e o Mesh_Workbench/pt-br|Mesh Workb...")

Introdução

Após instalar o FreeCAD para seu sistema operacional (Windows, Linux ou Mac), você pode considerar a instalação de um ou mais dos seguintes componentes adicionais.

Arquivos de ajuda

A documentação offline não é enviada com todos os instaladores, mas está disponível como um pacote separado. Consulte a página Instalando o arquivo de ajuda para mais informações.

Bancadas de trabalho externas

Além das bancadas de trabalho padronizadas, agrupadas com o FreeCAD, há uma grande coleção de bancadas de trabalho externas úteis feitas por membros da comunidade.

Componente de software de terceiros

O FreeCAD suporta vários pacotes de software de terceiros prontos para uso. Em muitos casos tudo o que você precisa fazer é instalar o software, e quando o FreeCAD for reiniciado, ele o encontrará automaticamente e poderá usá-lo. Esta seção visa fornecer uma lista de tais pacotes de software, juntamente com algumas informações sobre onde eles são usados no FreeCAD e onde podem ser baixados.

Suporte

GitPython

GitPython é uma biblioteca para interagir com os repositórios Git. O Gerenciador de complementos pode usar esta biblioteca. GitPython está incluída nos instaladores do FreeCAD para Windows e Mac.

GraphViz

GraphViz é um software de visualização gráfica de código aberto. É utilizado pela ferramenta Std Gráfico de dependência.

OpenCAMLib

OpenCAMLib é uma biblioteca de código aberto de algoritmos de manufatura auxiliada por computador (CAM). É utilizada no Bancada Path. Veja a página OpenCamLib para instruções de instalação.

OpenSCAD

OpenSCAD é um modelador de sólidos 3D. O OpenSCAD Workbench depende deste software e o Mesh Workbench o utiliza para suas ferramentas Booleanas. Ele também é necessário para a importação de arquivos SCAD com a ferramenta Std Import.

Formatos de arquivo

Todos os softwares desta seção serão utilizados pelas ferramentas Importar Std ou Exportar Std.

CADExchanger

CADExchanger is a commercial application for exchanging various CAD file formats. There is an external workbench to use this application in FreeCAD.

Importador DXF

FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently they do not implement all features of the DXF format. For those features the legacy Python importer and exporter are still available. These require the Draft-dxf-importer Python library. See the FreeCAD and DXF Import page for more information.

IfcOpenShell

IfcOpenShell is a library for working with the Industry Foundation Classes (IFC) file format used in architectural design. The library is also used by the Arch IfcExplorer (version 0.18 and below) and BIM IfcExplorer tools. IfcOpenShell is included in the FreeCAD installers for Windows and Mac.

IfcJson

IfcJson é uma biblioteca necessária para exportar para o formato de arquivo IFCJSON. O IFCJSON é um novo formato IFC que ainda não é suportado por muitas aplicações.

LibreDWG

Support for LibreDWG is still experimental. Like the ODA File Converter it can convert DWG to DXF files which FreeCAD can then import. See the FreeCAD and DWG Import page for more information.

ODA File Converter

The ODA File Converter is a free application to convert between several versions of DWG and DXF files. FreeCAD requires this converter, or LibreDWG, to import DWG files. See the FreeCAD and DWG Import page for more information.

Pycollada

Pycollada, also known as python-collada, is a Python library to read and write Collada (DAE) files. Pycollada is included in the FreeCAD installers for Windows and Mac.

Renderização

LuxCoreRender

LuxCoreRender is a render engine, reboot of the LuxRender project. Officially it is not supported by the Raytracing Workbench, but it might be worth to give it a try. It is officially supported by the new Render Workbench, intended as a future replacement of the Raytracing Workbench. See the LuxCoreRender page for more information and installation instructions.

LuxRender

LuxRender is one of the two render engines supported by the Raytracing Workbench. In 2013 the project has been rebooted becoming LuxCoreRender, with a major code rewriting and compatibility breaking changes. Officially the Raytracing Workbench only supports the abandoned LuxRender (latest version is 1.6, 2017-12-28), while the new Render Workbench (intended as a future replacement of the Raytracing Workbench) supports instead LuxCoreRender and has dropped the support for LuxRender. Anyway, even if officially not supported, LuxCoreRender may work with the Raytracing Workbench, it might be worth to give it a try. See the LuxRender page for more information and installation instructions, and the LuxCoreRender if you want to try a more modern software.

POV-Ray

POV-Ray is a well-known ray-tracer which can render photo-realistic images. It is one of two render engines currently supported by the Raytracing Workbench. See the POV-Ray page for more information and installation instructions.

Elemento finito

CalculiX

CalculiX is a suite of two finite element packages: CalculiX CrunchiX, a FEM solver, and CalculiX GraphiX, a GUI frontend. Only the solver is supported by FreeCAD. It is used by the Solver CalculiX tool.

Gmsh

Gmsh is an automatic finite element mesh generator. it is used by the FEM MeshGmshFromShape and Mesh FromPartShape tools.

Elmer

Elmer is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules are used by the FEM SolverElmer tool.

FEniCS

FEniCS is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. It is used by the FEM workbench

Z88

Z88 is another FEM program, containing a mesher, a solver and converters. It is used by the FEM SolverZ88 tool. FreeCAD requires the open source Z88OS package.

OpenFOAM

OpenFOAM is a large collection of libraries for computational fluid dynamics (CFD) simulations. OpenFOAM is used by the Cfd and CfdOF external workbenches.

Páginas relacionadas