Instalare

From FreeCAD Documentation
This page is a translated version of the page Installing additional components and the translation is 2% complete.
Outdated translations are marked like this.

Introduction

Selectați sistemul de operare

FreeCAD este cu adevarat o aplicație multi-platformă, dezvoltată folosind renumitul pachet Qt. Asta inseamna ca FreeCAD arata si se comporta la fel in Windows, Linux si Mac. Totusi, procedura de instalare difera usor pentru fiecare sistem de operare. Selectati mai jos sistemul de operare pentru mai multe detalii despre procedura de instalare.

'Windows' 'Linux' 'Mac'
Instalare in Windows Instalare in Linux/Unix Instalare in Mac

Help files

See Installing Helpfile.

External workbenches

În afara de implicitul workbenches împreună cu FreeCAD, există o colecție tot mai mare de ateliere suplimentare de lucru și module, create de membrii comunității, fiind disponibile pe web. Mai multe eforturi sunt în curs de desfășurare pentru a le aduna și a le pune la dispoziția dvs. într-un mod convenabil. Acestea sunt enumerate mai jos.

Software extern susținut de FreeCAD

FreeCAD suportă o mulțime de pachete software externe din cutie. Aceasta înseamnă că trebuie să instalați software-ul și acesta va fi disponibil automat, data viitoare când îl porniți. Nu este nevoie să-l recompilați. Această secțiune își propune să furnizeze o listă a tuturor acestor pachete software, împreună cu unele informații despre locul în care este folosit în FreeCAD și unde le puteți lua.

FreeCAD supports several third party software packages out of the box. In many cases all you need to do is install the software, and when FreeCAD is restarted it will automatically find and be able to use it. This section aims to provide a list of such software packages, together with some information about where they are used in FreeCAD and where they can be downloaded.

Support

GitPython

O bibliotecă python care este utilizată pentru a interacționa cu depozitele Git. Această funcție este în prezent în stare de dezvoltare în FreeCAD. Managerul Addon Manager poate folosi această bibliotecă pentru a importa add-on-uri dintr-un depozit Git. Proiectul este găzduit pe GitHub la adresa https://github.com/gitpython-developers/GitPython.

GitPython is a library to interact with Git repositories. The Addon Manager can use this library. GitPython is included in the FreeCAD installers for Windows and Mac.

GraphViz

GraphViz este un software de vizualizare grafic open source. În FreeCAD este folosit pentru a genera grafice de dependență prin Tools-> Dependency Graph ... Pagina principală este la https://www.graphviz.org

GraphViz is an open source graph visualization software. It is used by the Std DependencyGraph tool.

OpenCAMLib

Aceasta este o bibliotecă open source cu scopul de a oferi algoritmi de producție asistată de calculator (CAM). Este folosit în FreeCAD în workbench path. Pagina de pornire este la http://www.anderswallin.net/CAM/.

OpenCAMLib is an open source library of computer aided manufacturing (CAM) algorithms. It is used in the Path Workbench. See the OpenCamLib page for installation instructions.

OpenSCAD

Programatorul Solid 3D CAD Modeller este un alt software CAD, bazat pe Geometrie Solidă Constructivă (CSG). Aceasta înseamnă că nu poate manipula ochiurile, dar acționează exclusiv pe o geometrie solidă. FreeCAD poate importa și exporta fișiere create de OpenSCAD prin meniurile File-> Import și File-> Export prin selectarea formatului OpenSCAD CSG sau format OpenSCAD tipuri de fișiere. Puteți obține OpenSCAD de la https://www.openscad.org.

OpenSCAD is a solid 3D modeller. The OpenSCAD Workbench depends on this software and the Mesh Workbench uses it for its Boolean tools. It is also required for the import of SCAD files with the Std Import tool.

File formats

All software in this section will be used by the Std Import or Std Export tools.

CAD Exchanger

O aplicație de tip proprietate, cu sursă închisă, pentru schimbarea diferitelor formate de fișiere folosite în CAD. Puteți să-l utilizați pentru a converti proprietăți, formate proprietar într-un format accesibil prin FreeCAD. Pagina de pornire se află la adresa https://cadexchanger.com/ unde puteți descărca o versiune de evaluare sau puteți achiziționa o licență pentru aplicație.

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

Importator DXF

FreeCAD are un importator și exportator nativ pentru fișierele DXF, programate în C ++. În prezent, acest importator nu implementează toate caracteristicile formatul DXF. Dacă vă bazați pe o caracteristică care nu este încă implementată, activați opțiunea Edit-> Preferences-> Import-Export utilizând importatorul / exportatorul bazat pe python mai vechi. Apoi, puteți alege să lăsați FreeCAD să descarce automat fișierele necesare sau să le apucați de la https://github.com/yorikvanhavre/Draft-dxf-importer. Importatorul / exportatorul ales este folosit prin selectarea File-> Import sau File-> Export si alegerea formatului fisierului AutoDesk DXF 2D.

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.

DWG converters

FreeCAD cannot directly read and write DWG files. To convert DXF files to DWG files, and vice-versa, FreeCAD relies on external converters. There is built-in support for the following DWG converters:

See Import Export Preferences and FreeCAD and DWG Import for more information.

ifcOpenShell

IfcOpenShell este o bibliotecă pentru a lucra cu formatul de fișiere Foundation Industry Classes (IFC) folosit în designul arhitectural. Acesta poate fi accesat din arhivă de lucru prin Arch-> Utilities-> Ifc Explorer. Pagina de pornire este la http://ifcopenshell.org

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 is a library required for exporting to the IFCJSON file format. IFCJSON is a new IFC format that is not yet supported by many applications.

pycollada

Pycollada aka python-collada este o bibliotecă python pentru citirea și scrierea documentelor COLLADA, un standard pentru schimbul de scene și elemente 3D. Dacă este instalat, puteți importa și exporta scenele din și din fișierele COLLADA prin comenzile File-> Import și File-> Export prin selectarea tipului de fișier COLLADA. Proiectul este găzduit de GitHub la adresa https://pycollada.github.io/ și puteți descărca versiunile la https://github.com/pycollada/pycollada/releases/

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.

Rendering

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.

POVRay

POVRay este un cunoscut raytracer care poate face imagini fotorealiste. Acesta este unul dintre cei doi raytraceri susținut în prezent de FreeCAD în Atelierul de lucru raytracing. Utilizarea acestuia este descrisă în pagina raytracing workbench. Puteți descărca POVRay de la https://www.povray.org.

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.

Finite element

CalculiX

CalculiX este o suită de două pachete de elemente finite. One, CalculiX GraphiX sau calculix-cgx, este un interfață GUI pentru a afișa rezultatele celui de-al doilea pachet, CalculiX CrunchiX, sau calculix-ccx, un solver FEM. Numai acesta din urmă este susținut de FreeCAD. Acesta poate fi accesat din FEM Workbench prin Solve-> Solver CalculiX. Există un solver standard și experimental susținut de FreeCAD. CalculiX poate fi descărcat de la http://calculix.de

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 FEM SolverCalculixCxxtools tool.

Gmsh

Un generator automat 3D de elemente finite. Acesta poate fi folosit în FreeCAD din FEM Workbench prin Mesh-> FEM mesh form from gmsh. Pagina de pornire a gmsh este la http://www.geuz.org/gmsh

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

Elmer

Elmer este un software de simulare multifizic, care a fost deschis din 2005. În FreeCAD, modulele Grid și Solver pot fi utilizate de către FEM Workbench prin Solve->Solver Elmer. Pagina de start a proiectelor este la https://www.elmerfem.org și poate fi descărcată de la GitHub la https://github.com/ElmerCSC/elmerfem/releases.

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 este o platformă de calcul pentru rezolvarea ecuațiilor diferențiale cu derivate parțiale (PDE), care sunt utilizate pe scară largă în rezolvarea problemelor FEM. Ca atare, acesta poate fi utilizat de FEM Workbench. FreeCAD poate importa și exporta rețelele FEniCS prin File-> Import și File-> Export selectând formatul de fișier FEM mesh fenics. Pagina de pornire a FEniCS este la https://fenicsproject.org.

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 este un alt program FEM, care conține un mesher, solver și convertoare, care poate fi folosit de FEM Workbench al FreeCAD. Acesta poate fi accesat prin Solve-Solver Z88. Z88 distribuie mai multe pachete, toate disponibile în mod liber, dar sunt surse închise. Cu toate acestea, Z88OS, publicat sub licență open source, este ceea ce este necesară în FreeCAD. Pagina principală este la https://en.z88.de/. Z88OS este, de asemenea, găzduit pe GitHub la https://github.com/LSCAD/Z88OS dacă doriți să îl compilați singur.

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.

O bibliotecă pentru exploatarea și manipularea câmpului (FOAM), care este necesară simulărilor de computational Fluid Dynamics (CFD). Ca atare, OpenFOAM este necesar de către FEM Workbench al FreeCAD. Puteți accesa acest lucru prin intermediul submeniului Model-> Fluid constraints. Proiectul se află la https://openfoam.org.

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

Related pages