Installing additional components/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{Docnav|[[About FreeCAD|About FreeCAD]]|[[Getting started|Getting started]]}}

<div class="mw-translate-fuzzy">
==Selecciona tu sistema operativo==
==Selecciona tu sistema operativo==
FreeCAD es realmente una aplicación multiplataforma, desarrollada con el popular [http://en.wikipedia.org/wiki/Qt_(framework) Qt]. Lo que significa que FreeCAD siempre tiene el mismo aspecto y actúa de mismo modo en Windows, Linux y Mac. Sin embargo, el proceso de instalaciónes algo diferente para cada sistema operativo. Selecciona tu sistema operativo abajo para ver más detalles sobre la instalación de FreeCAD.
FreeCAD es realmente una aplicación multiplataforma, desarrollada con el popular [https://es.wikipedia.org/wiki/Qt_(biblioteca) Qt]. Lo que significa que FreeCAD siempre tiene el mismo aspecto y actúa de mismo modo en Windows, Linux y Mac. Sin embargo, el proceso de instalaciónes algo diferente para cada sistema operativo. Selecciona tu sistema operativo abajo para ver más detalles sobre la instalación de FreeCAD.
{| align='center' width=50%
{| align='center' width=50%
|align=center|[[Image:Windows.png | alt='Windows' | link= Install on Windows/es]]
|align=center|[[Image:Windows.png | alt='Windows' | link= Install on Windows/es]]
Line 10: Line 14:
|align=center|[[Install on Mac/es|Instalación en Mac]]
|align=center|[[Install on Mac/es|Instalación en Mac]]
|}
|}
</div>


<div class="mw-translate-fuzzy">
{{Docnav/es|About FreeCAD/es|Getting started/es}}
==Instalación de contenido adicional==
</div>


<div class="mw-translate-fuzzy">
[[Category:User Documentation]]
A parte de bancos de trabajos incluidos por default en FreeCAD, Allí hay una colección en crecimiento de útiles bancos de trabajo adicionales y módulos hechos por la miembros de comunidad, disponibles en la web.Varias ofertas están en progreso para reunirlas y hacerlas disponibles para ti en una forma conveniente. Ellos están listadas debajo.
<languages/>
</div>

<div class="mw-translate-fuzzy">
Desde que estos bancos de trabajos no son parte del paquete oficial de FreeCAD y no soportado por el equipo de FreeCAD, deberías leer la información proveída sobre cada pagina de complementos arriba antes de instalar alguno de ellos, para estar seguros que conoces que estas instalando. También reportes de errores y solicitudes de características deben ser directamente en cada pagina de complementos.
</div>

===Repositorio de complementos para FreeCAD===

As of FreeCAD 0.17, the addons can be managed directly from the {{MenuCommand|Tools}} menu, so there is no need to install the macro mentioned here.

<div class="mw-translate-fuzzy">
Esto es una reunion de bancos de trabajo utiles, utilizando el sistema de submodulos de git, el cual permite mantener contenido actualizado.El repositorio de complementos puede ser encontrado en https://github.com/FreeCAD/FreeCAD-addons.
</div>

With FreeCAD 0.17 and higher install use the [[Addon Manager|Addon Manager]].

<div class="mw-translate-fuzzy">
# Clic derecho sobre [https://github.com/FreeCAD/FreeCAD-addons/raw/master/addons_installer.FCMacro Instalador de complementos.FCMacro] y elegir '''Guardar como...'''
# Coloca el macro descargado en tu '''carpeta de macros FreeCAD '''. La ubicación de la carpeta de macros es indicada en el menú '''Macros -> Macros -> Ubicación de macros de usuario''':
[[Image:Macro_installer_01.jpg]]
# Reinicia FreeCAD. El instalador de complementos va estar listado en el menú '''Macro -> Macros''' y puede ser ejecutado seleccionándolo y luego dando clic en el botón'''Ejecutar''':
[[Image:Macro_installer_02.jpg]]
</div>

<div class="mw-translate-fuzzy">
===El cargador de complementos===
</div>

<div class="mw-translate-fuzzy">
El cargador de complementos es una forma mucho mas elaborada de instalar y administrar contenido adicional para FreeCAD.Instalar con el método de encima, o siguiendo las instrucciones en la [https://github.com/microelly2/freecad-pluginloader pagina de cargador de complementos].
</div>

The pluginloader addon has been superceded by the [[Addon Manager|Addon Manager]].

===Instalación manual===

<div class="mw-translate-fuzzy">
Bancos de trabajo externos, son completamente programados en python (el cual es el caso para todos ellos al momento de escribir) siempre puede ser instalado de forma manual fácilmente, simplemente por descargándolos (usualmente cliqueando el botón **Descarga ZIP** encontrado en la parte superior de cada pagina de complemento cuando son hosteados sobre github ), y colocandolos dentro de tu carpeta FreeCAD/Mod (o dentro de la carpeta Macros si son macros). Referirse a las instrucciones de cada pagina de complemento para instrucciones completas.
</div>

<div class="mw-translate-fuzzy">
===Notas para usuarios con sistema 32-bit y FreeCAD 0.16.6706===
Despues de intentar instalar, los bancos de trabajos adicionales tal vez no esten disponibles. En este caso
* Manten el panel de reporte abierto mientras inicias FreeCAD, y lee el error
* Observa este hilo del foro: http://forum.freecadweb.org/viewtopic.php?t=12839#p102933
</div>

==External software supported by FreeCAD==
FreeCAD supports a whole lot of external software packages out of the box. This means, you just need to install the software and it will be automatically available, the next time you start it. There's no need to recompile it. This section aims to provide a list of all such software packages, together with some information of where it's used in FreeCAD and where you can grab them.

===CAD Exchanger===
A proprietary, closed source application for exchanging various file formats used in CAD. You can use it to convert proprietary, closed formats into a format which is accessible by FreeCAD. The homepage is at https://cadexchanger.com/ where you can download an evaluation version or purchase a license for the application.

===CalculiX===
CalculiX is a suite of two finite element packages:
* CalculiX CrunchiX, or {{incode|calculix-ccx}}, is a FEM solver.
* CalculiX GraphiX, or {{incode|calculix-cgx}}, is a GUI frontend to display the results of the solver.

Only the solver is supported by FreeCAD. It can be accessed from the [[FEM Workbench|FEM Workbench]] through {{MenuCommand|Solve → Solver CalculiX}}. There's a standard and experimental solver supported by FreeCAD. CalculiX can be downloaded from http://calculix.de

===DXF Importer===
FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently this importer does not implement all features of the DXF format. If you rely on a not yet implemented feature, you enable an older python based importer/exporter through {{MenuCommand|Edit → Preferences → Import-Export}} by activating the {{MenuCommand|Use legacy python importer}} option. You can then choose to let FreeCAD automatically download the needed files or you can grab them from https://github.com/yorikvanhavre/Draft-dxf-importer. The chosen importer / exporter is used by selecting {{MenuCommand|File → Import}} or {{MenuCommand|File → Export}} and choosing the {{MenuCommand|AutoDesk DXF 2D}} file format.

===Elmer===
Elmer is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules can be used by the [[FEM Workbench|FEM Workbench]] through {{MenuCommand|Solve->Solver Elmer}}. The project's homepage is at https://www.elmerfem.org and it can be downloaded from GitHub at https://github.com/ElmerCSC/elmerfem/releases.

===FEniCS===
FEniCS is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. As such it can be used by the [[FEM_Module|FEM workbench]]. FreeCAD can import and export FEniCS meshes through {{MenuCommand|File → Import}} and {{MenuCommand|File → Export}} by selecting the {{MenuCommand|FEM mesh fenics}} file format. The homepage of FEniCS is at https://fenicsproject.org.

===GitPython===
A python library which is used to interact with Git repositories. The feature is currently in development status in FreeCAD. The [[Addon Manager|Addon Manager]] can use this library to import addons from a Git repository. The project is hosted on GitHub at https://github.com/gitpython-developers/GitPython.

===Gmsh===
A 3D automatic finite element mesh generator. It can be used in FreeCAD from the [[FEM_Module|FEM workbench]] through {{MenuCommand|Mesh → FEM mesh from shape by gmsh}}. The homepage of gmsh is at http://www.geuz.org/gmsh

===GraphViz===
GraphViz is an open source graph visualization software. In FreeCAD it is used to generate dependency graphs through {{MenuCommand|Tools → Dependency Graph...}} Its homepage is at https://www.graphviz.org

===ifcOpenShell===
IfcOpenShell is a library for working with the Industry Foundation Classes (IFC) file format used in architectural design. It can be accessed from the [[Arch Workbench|Arch Workbench]] through {{MenuCommand|Arch → Utilities → Ifc Explorer}}. It's homepage is at http://ifcopenshell.org

===LuxCoreRender===
LuxCoreRender, also known as LuxRender, is one of two currently supported render engines in FreeCAD. It is used through the workflow on the [[Raytracing Workbench|Raytracing Workbench]]. Currently only the old and abandoned LuxRender-1.x is supported by FreeCAD. If you want help to update to the new LuxCoreRender-2, get in touch with the [[Raytracing project|Raytracing project]] team. Downloads for LuxRender-1.6 can be grabbed from the LuxCoreRender GitHub release page at https://github.com/LuxCoreRender/LuxCore/releases. The homepage for the current LuxCoreRender project is at https://www.luxcorerender.org.

===ODA File Converter===
The ODA file converter is a proprietary, closed source, binary and freely available application to import and export DWG and DXF file formats. In FreeCAD it can be used from the {{MenuCommand|File → Import}} and {{MenuCommand|File → Export}} menus, when you select the {{MenuCommand|AutoDesk DWG 2D}} file type. It can be downloaded from https://www.opendesign.com/guestfiles/oda_file_converter.

===OpenCAMLib===
An open source library aiming to provide computer aided manufacturing (CAM) algorithms. It is used in FreeCAD in the [[Path Workbench|Path Workbench]]. Its homepage is at http://www.anderswallin.net/CAM/.

===OpenFOAM===
A library for Field Operation and Manipulation (FOAM), which is needed by Computational Fluid Dynamics (CFD) simulations. As such, OpenFOAM is needed by the [[FEM_Module|FEM workbench]] of FreeCAD. You can access it through the {{MenuCommand|Model → Fluid constraints}} submenu. The project resides at https://openfoam.org.

===OpenSCAD===
The Programmers Solid 3D CAD Modeller is another CAD software, based on Constructive Solid Geometry (CSG). This means, it can not handle meshes, but operates exclusively on solid geometry. FreeCAD can import and export files created from OpenSCAD through the {{MenuCommand|File → Import}} and {{MenuCommand|File → Export}} menus by the selecting the {{MenuCommand|OpenSCAD CSG format}} or the {{MenuCommand|OpenSCAD format}} file types. You can get OpenSCAD from https://www.openscad.org.

===POVRay===
POVRay is a well-known raytracer which can render photorealistic images. It is one of two raytracers currently supported by FreeCAD in the [[Raytracing Workbench|Raytracing Workbench]]. You can download POVRay from https://www.povray.org.

===pycollada===
Pycollada, also known as {{incode|python-collada}}, is a Python library to read and write COLLADA documents, a standard for exchanging 3D scenes and elements. If it is installed you can import and export scenes to and from COLLADA files through the {{MenuCommand|File → Import}} and {{MenuCommand|File → Export}} commands by selecting the COLLADA file type. The project is hosted through GitHub at https://pycollada.github.io/ and you can download the releases at https://github.com/pycollada/pycollada/releases/

===Z88===
Z88 is another FEM program, containing a mesher, solver and converters, which can be used by FreeCAD's [[FEM_Module|FEM workbench]]. It can be accessed through {{MenuCommand|Solve-Solver Z88}}. Z88 distributes several packages, which all freely available, but are closed source. The Z88OS however, published under an open source license, is what is needed by FreeCAD. The homepage is at https://en.z88.de/. Z88OS is also hosted on GitHub at https://github.com/LSCAD/Z88OS if you want to compile it yourself.


==Related Pages==
* [[Third Party Libraries|Third Party Libraries]]

<div class="mw-translate-fuzzy">
{{Docnav/es|[[Install on Mac/es|Instalar en Mac]]|[[Getting started/es|Comenzando]]}}
</div>

[[Category:User Documentation/es]]

Revision as of 16:57, 24 February 2019

Selecciona tu sistema operativo

FreeCAD es realmente una aplicación multiplataforma, desarrollada con el popular Qt. Lo que significa que FreeCAD siempre tiene el mismo aspecto y actúa de mismo modo en Windows, Linux y Mac. Sin embargo, el proceso de instalaciónes algo diferente para cada sistema operativo. Selecciona tu sistema operativo abajo para ver más detalles sobre la instalación de FreeCAD.

'Windows' 'Linux' 'Mac'
Instalación en Windows Instalación en Linux/Unix Instalación en Mac

Instalación de contenido adicional

A parte de bancos de trabajos incluidos por default en FreeCAD, Allí hay una colección en crecimiento de útiles bancos de trabajo adicionales y módulos hechos por la miembros de comunidad, disponibles en la web.Varias ofertas están en progreso para reunirlas y hacerlas disponibles para ti en una forma conveniente. Ellos están listadas debajo.

Desde que estos bancos de trabajos no son parte del paquete oficial de FreeCAD y no soportado por el equipo de FreeCAD, deberías leer la información proveída sobre cada pagina de complementos arriba antes de instalar alguno de ellos, para estar seguros que conoces que estas instalando. También reportes de errores y solicitudes de características deben ser directamente en cada pagina de complementos.

Repositorio de complementos para FreeCAD

As of FreeCAD 0.17, the addons can be managed directly from the Tools menu, so there is no need to install the macro mentioned here.

Esto es una reunion de bancos de trabajo utiles, utilizando el sistema de submodulos de git, el cual permite mantener contenido actualizado.El repositorio de complementos puede ser encontrado en https://github.com/FreeCAD/FreeCAD-addons.

With FreeCAD 0.17 and higher install use the Addon Manager.

  1. Clic derecho sobre Instalador de complementos.FCMacro y elegir Guardar como...
  2. Coloca el macro descargado en tu carpeta de macros FreeCAD . La ubicación de la carpeta de macros es indicada en el menú Macros -> Macros -> Ubicación de macros de usuario:

  1. Reinicia FreeCAD. El instalador de complementos va estar listado en el menú Macro -> Macros y puede ser ejecutado seleccionándolo y luego dando clic en el botónEjecutar:

El cargador de complementos

El cargador de complementos es una forma mucho mas elaborada de instalar y administrar contenido adicional para FreeCAD.Instalar con el método de encima, o siguiendo las instrucciones en la pagina de cargador de complementos.

The pluginloader addon has been superceded by the Addon Manager.

Instalación manual

Bancos de trabajo externos, son completamente programados en python (el cual es el caso para todos ellos al momento de escribir) siempre puede ser instalado de forma manual fácilmente, simplemente por descargándolos (usualmente cliqueando el botón **Descarga ZIP** encontrado en la parte superior de cada pagina de complemento cuando son hosteados sobre github ), y colocandolos dentro de tu carpeta FreeCAD/Mod (o dentro de la carpeta Macros si son macros). Referirse a las instrucciones de cada pagina de complemento para instrucciones completas.

Notas para usuarios con sistema 32-bit y FreeCAD 0.16.6706

Despues de intentar instalar, los bancos de trabajos adicionales tal vez no esten disponibles. En este caso

External software supported by FreeCAD

FreeCAD supports a whole lot of external software packages out of the box. This means, you just need to install the software and it will be automatically available, the next time you start it. There's no need to recompile it. This section aims to provide a list of all such software packages, together with some information of where it's used in FreeCAD and where you can grab them.

CAD Exchanger

A proprietary, closed source application for exchanging various file formats used in CAD. You can use it to convert proprietary, closed formats into a format which is accessible by FreeCAD. The homepage is at https://cadexchanger.com/ where you can download an evaluation version or purchase a license for the application.

CalculiX

CalculiX is a suite of two finite element packages:

  • CalculiX CrunchiX, or calculix-ccx, is a FEM solver.
  • CalculiX GraphiX, or calculix-cgx, is a GUI frontend to display the results of the solver.

Only the solver is supported by FreeCAD. It can be accessed from the FEM Workbench through Solve → Solver CalculiX. There's a standard and experimental solver supported by FreeCAD. CalculiX can be downloaded from http://calculix.de

DXF Importer

FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently this importer does not implement all features of the DXF format. If you rely on a not yet implemented feature, you enable an older python based importer/exporter through Edit → Preferences → Import-Export by activating the Use legacy python importer option. You can then choose to let FreeCAD automatically download the needed files or you can grab them from https://github.com/yorikvanhavre/Draft-dxf-importer. The chosen importer / exporter is used by selecting File → Import or File → Export and choosing the AutoDesk DXF 2D file format.

Elmer

Elmer is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules can be used by the FEM Workbench through Solve->Solver Elmer. The project's homepage is at https://www.elmerfem.org and it can be downloaded from GitHub at https://github.com/ElmerCSC/elmerfem/releases.

FEniCS

FEniCS is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. As such it can be used by the FEM workbench. FreeCAD can import and export FEniCS meshes through File → Import and File → Export by selecting the FEM mesh fenics file format. The homepage of FEniCS is at https://fenicsproject.org.

GitPython

A python library which is used to interact with Git repositories. The feature is currently in development status in FreeCAD. The Addon Manager can use this library to import addons from a Git repository. The project is hosted on GitHub at https://github.com/gitpython-developers/GitPython.

Gmsh

A 3D automatic finite element mesh generator. It can be used in FreeCAD from the FEM workbench through Mesh → FEM mesh from shape by gmsh. The homepage of gmsh is at http://www.geuz.org/gmsh

GraphViz

GraphViz is an open source graph visualization software. In FreeCAD it is used to generate dependency graphs through Tools → Dependency Graph... Its homepage is at https://www.graphviz.org

ifcOpenShell

IfcOpenShell is a library for working with the Industry Foundation Classes (IFC) file format used in architectural design. It can be accessed from the Arch Workbench through Arch → Utilities → Ifc Explorer. It's homepage is at http://ifcopenshell.org

LuxCoreRender

LuxCoreRender, also known as LuxRender, is one of two currently supported render engines in FreeCAD. It is used through the workflow on the Raytracing Workbench. Currently only the old and abandoned LuxRender-1.x is supported by FreeCAD. If you want help to update to the new LuxCoreRender-2, get in touch with the Raytracing project team. Downloads for LuxRender-1.6 can be grabbed from the LuxCoreRender GitHub release page at https://github.com/LuxCoreRender/LuxCore/releases. The homepage for the current LuxCoreRender project is at https://www.luxcorerender.org.

ODA File Converter

The ODA file converter is a proprietary, closed source, binary and freely available application to import and export DWG and DXF file formats. In FreeCAD it can be used from the File → Import and File → Export menus, when you select the AutoDesk DWG 2D file type. It can be downloaded from https://www.opendesign.com/guestfiles/oda_file_converter.

OpenCAMLib

An open source library aiming to provide computer aided manufacturing (CAM) algorithms. It is used in FreeCAD in the Path Workbench. Its homepage is at http://www.anderswallin.net/CAM/.

OpenFOAM

A library for Field Operation and Manipulation (FOAM), which is needed by Computational Fluid Dynamics (CFD) simulations. As such, OpenFOAM is needed by the FEM workbench of FreeCAD. You can access it through the Model → Fluid constraints submenu. The project resides at https://openfoam.org.

OpenSCAD

The Programmers Solid 3D CAD Modeller is another CAD software, based on Constructive Solid Geometry (CSG). This means, it can not handle meshes, but operates exclusively on solid geometry. FreeCAD can import and export files created from OpenSCAD through the File → Import and File → Export menus by the selecting the OpenSCAD CSG format or the OpenSCAD format file types. You can get OpenSCAD from https://www.openscad.org.

POVRay

POVRay is a well-known raytracer which can render photorealistic images. It is one of two raytracers currently supported by FreeCAD in the Raytracing Workbench. You can download POVRay from https://www.povray.org.

pycollada

Pycollada, also known as python-collada, is a Python library to read and write COLLADA documents, a standard for exchanging 3D scenes and elements. If it is installed you can import and export scenes to and from COLLADA files through the File → Import and File → Export commands by selecting the COLLADA file type. The project is hosted through GitHub at https://pycollada.github.io/ and you can download the releases at https://github.com/pycollada/pycollada/releases/

Z88

Z88 is another FEM program, containing a mesher, solver and converters, which can be used by FreeCAD's FEM workbench. It can be accessed through Solve-Solver Z88. Z88 distributes several packages, which all freely available, but are closed source. The Z88OS however, published under an open source license, is what is needed by FreeCAD. The homepage is at https://en.z88.de/. Z88OS is also hosted on GitHub at https://github.com/LSCAD/Z88OS if you want to compile it yourself.


Related Pages