Release notes 1.0/es

From FreeCAD Documentation
Revision as of 18:19, 11 July 2022 by Hasecilu (talk | contribs) (Created page with "Los sistemas operativos soportados: * Windows 7, 8, 10 y 11 * Linux Ubuntu Focal Fossa (20.04) y nuevos * MacOS: 10.12 Sierra o más nuevo")


FreeCAD 1.0 está en desarrollo, todavía no hay fecha de lanzamiento.

¿Faltan características? Menciónelas en el hilo del foro Notas de la versión v1.0.

Vea Ayuda a FreeCAD para ver formas de como contribuir a FreeCAD.

Todas la imágenes en esta página deben usar el sufijo _relnotes_1.0


FreeCAD 1.0 fue liberado el DD de Mes del 2023, consíguelo desde la página Descarga. Este es un resumen de las nuevas características y los cambios más interesantes.

Las notas de lanzamiento de versiones anteriores de FreeCAD se pueden encontrar en la Lista de características.

Marcador de posición para una imagen llamativa seleccionada por los administradores de el foro de exhibición de usuarios.

Generalidades

Interfaz de usuario

Otras mejoras de la interfaz de usuario

Núcleo del sistema y API

Núcleo

API

Nueva API de Python

  • ShapeFix_EdgeConnectPy: Root class for fixing operations. commit 4d4adb93
  • ShapeFix_EdgePy: Fixing invalid edge. commit 4089cbfb
  • ShapeFix_FaceConnectPy: Rebuilds connectivity between faces in shell. commit a0eb2e9d
  • ShapeFix_FacePy: Class for fixing operations on faces. commit b6cd635c
  • ShapeFix_FixSmallFacePy: Class for fixing operations on faces. commit 4c2946c8
  • ShapeFix_FixSmallSolidPy: Fixing solids with small size. commit b70d8d37
  • ShapeFix_FreeBoundsPy: Intended to output free bounds of the shape. commit 1ee1aee1
  • ShapeFix_RootPy: Root class for fixing operations. commit f3e941a3
  • ShapeFix_ShapePy: Class for fixing operations on shapes. commit 87db9dcc
  • ShapeFix_ShapeTolerancePy: Modifies tolerances of sub-shapes (vertices, edges, faces). commit 125d5b63
  • ShapeFix_ShellPy: Root class for fixing operations. commit f3e941a3
  • ShapeFix_SolidPy: Root class for fixing operations. commit 8d568793
  • ShapeFix_SplitCommonVertexPy: Class for fixing operations on shapes. commit 4b44c54c
  • ShapeFix_SplitToolPy: Tool for splitting and cutting edges. commit bbecc3f2
  • ShapeFix_WireframePy: Provides methods for fixing wireframe of shape. commit 6843a461
  • ShapeFix_WirePy: Class for fixing operations on wires. commit 94f6279a
  • ShapeFix_WireVertexPy: Fixing disconnected edges in the wire. commit 8c6ffc99

API de Python cambiada

Gestor de complementos

Ambiente de Trabajo Arch

Ambiente de Trabajo Draft

Otras mejoras de Draft

Ambiente de Trabajo FEM

Otras mejoras de FEM

Exportar

Malla

Otras mejoras de Mesh

Ambiente de Trabajo OpenSCAD

Ambiente de Trabajo Part

Otras mejoras de Part

Ambiente de Trabajo PartDesign

Otras mejoras de PartDesign

Ambiente de Trabajo Path

  • Camotics integration. If camotics (version 1.2.2 or later) is installed, a new icon will be added to the Path toolbar. Select a Path Job and press the button to open the Camotics dialog. Then drag the slider to generate a simulated solid at any point in the job. You can also launch the full camotics application to run the animated simulaton. This results in a silent post-processing of the job and creation of a camotics project file. Pull request #6637
  • Additional substitution strings for automatic output naming. If output is being split into multiple files, the filenames can automatically substitute the toolcontroller label, WCS, or operation label. This is in addition to the other existing substitution strings like date, job name, etc.

Módulo Plot

Ambiente de Trabajo Sketcher

Otras mejoras de Sketcher

Ambiente de Trabajo Spreadsheet

Otras mejoras de Spreadsheet

Ambiente de Trabajo TechDraw

Otras mejoras de TechDraw

Web

Ambientes de trabajo externos

A2plus

Assembly3

Assembly4

FCGear

Ship

Compilación

Since this release FreeCAD can only be compiled using Qt 5.x and Python 3.x. The lowest supported Python version is 3.8 according to the FreeCAD 1.0 development goals.

Para compilar FreeCAD vea las instrucciones para Windows, Linux y MacOS.

Los sistemas operativos soportados:

  • Windows 7, 8, 10 y 11
  • Linux Ubuntu Focal Fossa (20.04) y nuevos
  • MacOS: 10.12 Sierra o más nuevo

Known Limitations

32bit Windows

Since FreeCAD 0.19 we no longer officially support 32bit Windows. FreeCAD might work on these systems, but no support is given.

Remote Desktop under Windows

Depending on the OpenGL graphics capabilities of a computer, it might be that one encounters a crash when running FreeCAD via remote desktop. To fix this upgrade your OpenGL driver. Only if this doesn't help:

  • Download this OpenGL library for 64bit Windows and extract it.
  • Rename the DLL file to opengl32sw.dll and copy it to the bin subfolder of FreeCAD's installation folder (overwrite the existing DLL there).