Release notes 0.21/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 74: Line 74:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* The button for [[Image:Std_UserEditModeDefault.svg|24px]] [[Std_UserEditMode|Edit Mode]] has been removed from the standard toolbar. It can be re-added by [[Std_DlgCustomize|customizing]] your toolbar. [https://github.com/FreeCAD/FreeCAD/pull/7570 Pull request #7570]
* The buttons for [[Image:Std_Print.svg|24px]] [[Std_Print|Print]] and [[Image:Std_UserEditModeDefault.svg|24px]] [[Std_UserEditMode|Edit Mode]] have been removed from the File toolbar. They can be re-added by [[Std_DlgCustomize|customizing]] your toolbar. [https://github.com/FreeCAD/FreeCAD/pull/7570 Pull request #7570] and [https://github.com/FreeCAD/FreeCAD/commit/ea9a04e commit ea9a04e]
* The buttons for [[Image:Std_Print.svg|24px]] [[Std_Print|Print]], [[Image:Std_Copy.svg|24px]] [[Std_Copy|Copy]], [[Image:Std_Paste.svg|24px]] [[Std_Paste|Paste]] and [[Image:Std_Cut.svg|24px]] [[Std_Cut|Cut]] have been removed from the standard toolbar. They can be re-added by [[Std_DlgCustomize|customizing]] your toolbar. [https://github.com/FreeCAD/FreeCAD/pull/7571 Pull request #7571] and [https://github.com/FreeCAD/FreeCAD/commit/ea9a04e commit ea9a04e]
* The File toolbar has been split. The buttons for [[Image:Std_Undo.svg|24px]] [[Std_Undo|Undo]], [[Image:Std_Redo.svg|24px]] [[Std_Redo|Redo]] and [[Image:Std_Refresh.svg|24px]] [[Std_Refresh|Refresh]] have been moved to the new Edit toolbar. The buttons for [[Image:Std_Cut.svg|24px]] [[Std_Cut|Cut]], [[Image:Std_Copy.svg|24px]] [[Std_Copy|Copy]] and [[Image:Std_Paste.svg|24px]] [[Std_Paste|Paste]] have been moved to the new Clipboard toolbar. The button for [[Image:Std_WhatsThis.svg|24px]] [[Std_WhatsThis|What's This?]] has been moved to the new Help toolbar. [https://github.com/FreeCAD/FreeCAD/pull/7620 Pull request #7620]
* Commands to [[Std_StoreWorkingView|store]] and [[Std_RecallWorkingView|recall]] a temporary working view have been added. [https://github.com/FreeCAD/FreeCAD/pull/7525 Pull request #7525]
* Commands to [[Std_StoreWorkingView|store]] and [[Std_RecallWorkingView|recall]] a temporary working view have been added. [https://github.com/FreeCAD/FreeCAD/pull/7525 Pull request #7525]
* Value changes with the mouse wheel in 'input fields' (a widget type used to enter values in task panels, for example by [[Draft_Line|Draft Line]]) are disabled if the widget doesn't have the focus and the [[Fine-tuning#Mouse_related|ComboBoxWheelEventFilter]] parameter is enabled. This prevents unwanted value changes while scrolling, as was already the case for spin and combo boxes. [https://github.com/FreeCAD/FreeCAD/pull/7561 Pull request #7561]
* Value changes with the mouse wheel in 'input fields' (a widget type used to enter values in task panels, for example by [[Draft_Line|Draft Line]]) are disabled if the widget doesn't have the focus and the [[Fine-tuning#Mouse_related|ComboBoxWheelEventFilter]] parameter is enabled. This prevents unwanted value changes while scrolling, as was already the case for spin and combo boxes. [https://github.com/FreeCAD/FreeCAD/pull/7561 Pull request #7561]
Line 161: Line 161:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* Several [[Arch_Profile|Arch Profile]] categories have been added: IS RHS, IS SHS, IS Angle and IS Tee. [https://github.com/FreeCAD/FreeCAD/pull/7181 Pull request #7181] and [https://github.com/FreeCAD/FreeCAD/pull/7217 Pull request #7217]
* [[Arch_Profile|Arch Profile]] objects now support modification of the profile type after creation. [https://github.com/FreeCAD/FreeCAD/pull/7217 Pull request #7217]
* Several edit mode issues have been fixed and the [[Tree_view|Tree view]] context menus for Arch objects have been improved. Objects that can be edited now have an {{MenuCommand|Edit}} option in that menu. The {{MenuCommand|Set colors}} option was removed for objects without a face or that can only have a single face. [https://github.com/FreeCAD/FreeCAD/pull/8122 Pull request #8122]
* Several edit mode issues have been fixed and the [[Tree_view|Tree view]] context menus for Arch objects have been improved. Objects that can be edited now have an {{MenuCommand|Edit}} option in that menu. The {{MenuCommand|Set colors}} option was removed for objects without a face or that can only have a single face. [https://github.com/FreeCAD/FreeCAD/pull/8122 Pull request #8122]
* [[Arch_SectionPlane|Arch SectionPlane]] objects now handle non-solid objects the same as solid objects. [https://github.com/FreeCAD/FreeCAD/pull/8688 Pull request #8688]
</div>
</div>


Line 169: Line 172:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* [[Arch_Profile|Arch Profile]] objects now support modification of the profile type after creation. [https://github.com/FreeCAD/FreeCAD/pull/7217 Pull request #7217]
* The {{MenuCommand|Invert hinge position}} tool has been improved. For all rectangular wires the opposite edge is now correctly detected. [https://github.com/FreeCAD/FreeCAD/pull/8199 Pull request #8199]
* The {{MenuCommand|Invert hinge position}} tool has been improved. For all rectangular wires the opposite edge is now correctly detected. [https://github.com/FreeCAD/FreeCAD/pull/8199 Pull request #8199]
* The Terrain of an [[Arch_Site|Arch Site]] can now also be a solid. [https://github.com/FreeCAD/FreeCAD/pull/8409 Pull request #8409]
* The Terrain of an [[Arch_Site|Arch Site]] can now also be a solid. [https://github.com/FreeCAD/FreeCAD/pull/8409 Pull request #8409]
* An [[Arch_Site|Arch Site]] no longer shows a phantom representation of the objects in its Group. [https://github.com/FreeCAD/FreeCAD/pull/8409 Pull request #8409]
* An [[Arch_Site|Arch Site]] no longer shows a phantom representation of the objects in its Group. [https://github.com/FreeCAD/FreeCAD/pull/8409 Pull request #8409]
* [[Arch_SectionPlane|Arch SectionPlane]] objects now handle non-solid objects the same as solid objects. [https://github.com/FreeCAD/FreeCAD/pull/8688 Pull request #8688]
</div>
</div>


Line 188: Line 189:
* In the task panel of the [[Draft_SetStyle|Draft SetStyle]] command the {{MenuCommand|Texts/dims}} button has been replaced by the {{MenuCommand|Annotations}} button. Pressing this button will process all annotations, including [[Draft_Label|Draft Labels]]. {{MenuCommand|Dim overshoot}}, {{MenuCommand|Ext lines}} and {{MenuCommand|Ext overshoot}} parameters have been added. Several minor additional issues were also fixed. [https://github.com/FreeCAD/FreeCAD/pull/8190 Pull request #8190], [https://github.com/FreeCAD/FreeCAD/pull/8195 Pull request #8195], [https://github.com/FreeCAD/FreeCAD/pull/8196 Pull request #8196] and [https://github.com/FreeCAD/FreeCAD/pull/9514 Pull request #9514].
* In the task panel of the [[Draft_SetStyle|Draft SetStyle]] command the {{MenuCommand|Texts/dims}} button has been replaced by the {{MenuCommand|Annotations}} button. Pressing this button will process all annotations, including [[Draft_Label|Draft Labels]]. {{MenuCommand|Dim overshoot}}, {{MenuCommand|Ext lines}} and {{MenuCommand|Ext overshoot}} parameters have been added. Several minor additional issues were also fixed. [https://github.com/FreeCAD/FreeCAD/pull/8190 Pull request #8190], [https://github.com/FreeCAD/FreeCAD/pull/8195 Pull request #8195], [https://github.com/FreeCAD/FreeCAD/pull/8196 Pull request #8196] and [https://github.com/FreeCAD/FreeCAD/pull/9514 Pull request #9514].
* Undo/Redo did not work properly for the Draft modification commands on Windows. [https://github.com/FreeCAD/FreeCAD/pull/8267 Pull request #8267]
* Undo/Redo did not work properly for the Draft modification commands on Windows. [https://github.com/FreeCAD/FreeCAD/pull/8267 Pull request #8267]
* The [[Draft_LayerManager|LayerManager command]] has been migrated from the BIM Workbench to the Draft Workbench. [https://github.com/FreeCAD/FreeCAD/pull/8795 Pull request #8795]
</div>
</div>


Line 203: Line 205:
* Start and End Offset properties have been added to [[Draft_PathArray|Draft PathArray]] objects. [https://github.com/FreeCAD/FreeCAD/pull/8295 Pull request #8295]
* Start and End Offset properties have been added to [[Draft_PathArray|Draft PathArray]] objects. [https://github.com/FreeCAD/FreeCAD/pull/8295 Pull request #8295]
* A Count property has been added to the arrays that lacked this property: the non-Link versions of [[Draft_OrthoArray|Draft OrthoArray]], [[Draft_PolarArray|Draft PolarArray]] and [[Draft_CircularArray|Draft CircularArray]]. [https://github.com/FreeCAD/FreeCAD/pull/8433 Pull request #8433]
* A Count property has been added to the arrays that lacked this property: the non-Link versions of [[Draft_OrthoArray|Draft OrthoArray]], [[Draft_PolarArray|Draft PolarArray]] and [[Draft_CircularArray|Draft CircularArray]]. [https://github.com/FreeCAD/FreeCAD/pull/8433 Pull request #8433]
* The on/off behavior of the [[Draft_Snap_Grid|grid]] has been fixed. [https://github.com/FreeCAD/FreeCAD/pull/8818 Pull request #8818]
* The handling of DWG converters has been improved. [https://github.com/FreeCAD/FreeCAD/pull/9444 Pull request #9444]
* The handling of DWG converters has been improved. [https://github.com/FreeCAD/FreeCAD/pull/9444 Pull request #9444]
</div>
</div>

Revision as of 14:43, 18 May 2023

FreeCAD 0.21 está en desarrollo, todavía no hay fecha de lanzamiento.
{{{1}}}
All images on this page must use the _relnotes_0.21 suffix

FreeCAD 0.21 was released on DD MM 2023, get it from the Download page. This page lists all new features and changes.

Older FreeCAD release notes can be found in the Feature list.

Placeholder for an eye-catching image selected by the admins from the user showcases forum.

General

User interface

The navigation cube corner faces are now hexagonal and bigger, making them easier to click.

The font, font size and button color (the arrows around the cube) can now also be changed in the preferences.
Pull request #7876, Pull request #8266 and Pull request #8646.


Persistent section cut of intersecting objects.
Click on the image to see the animation.
The Section Cut tool now allows to cut intersecting objects. This is useful for assemblies where intersections of touching objects can sometimes not be avoided due to numerical issues.
Pull request #8252.
The display style of measurement results created using the Part or PartDesign workbench can now be changed in the preferences.

Pull request #7148

The workbench selector can now optionally be put in the menubar instead of the toolbar area.

Pull request #7679


Further user interface improvements

Core system and API

Core

API

New Python API

  • 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

Removed Python API

Addon Manager

Arch Workbench

Further Arch improvements

Draft Workbench

Further Draft improvements

FEM Workbench


Iso-contours, depicting the y-component of the absolute magnetic
flux density in and around a copper wire that is flown through by
electric current at a frequency of 100 kHz.
For more info about this model, see section 14 of the Elmer Tutorials.
There is the new Contours filter filter that allows to draw iso-lines or iso-contours. Iso-contours are connected mesh nodes that have the same result field value. A typical example are electric field lines.

Pull request #8462


Simulation result (of flowing water being heated) where 8 mesh regions
are visible (one for every CPU core used).
It is now possible to run the solver Elmer using multiple CPU cores. For more info about the caveats, see this forum post

Pull request #7159


Simulation result of the imaginary part of the current density in
a crucible that was heated electrically by a surrounding coil.
This model is available via the FEM Examples.
For more info about this model, see section 16 of the Elmer Tutorials.
The Magnetodynamic 2D equation was added. With this it is possible to perform electromagnetic simulations in 2D.

Pull request #8355


Simulation result of the imaginary part of the magnetic flux density in
and around a copper wire that is flown through by electric current at
a frequency of 100 kHz.
This model is available via the FEM Examples.
For more info about this model, see section 14 of the Elmer Tutorials.
The Magnetodynamic equation was added. With this it is possible to perform electromagnetic simulations.

Pull request #8380


Simulation result of an iron U-wire that is deformed
by pressing the ends of the U together.
For more info about this model, see section 8 of the Elmer Tutorials.
The Deformation equation was added. With this it is possible to perform nonlinear elasticity analyses (deformation).

Pull request #8981

Further FEM improvements

Export

Mesh

Further Mesh improvements

OpenSCAD Workbench

Part Workbench

Further Part improvements

PartDesign Workbench


A counterdrill hole.
The Hole dialog supports the screw head type Counterdrill.

Pull request #7562

Further PartDesign improvements

Path Workbench

  • 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, Work Coordinate Systems (WCS), or operation label. This is in addition to the other existing substitution strings like date, job name, etc.
  • Implemented Chipbreaking option for peck style drill cycles. Chipbreaking emits a G73 cycle which causes the control to make a very small retraction move to break the chip without fully retracting the bit from the hole. G73 is supported natively by LinuxCNC. Some other postprocessors will have to interpret the G73 and emit control appropriate codes or decompose the retraction into G1/G0 moves. Postprocessor support for G73 decomposition has been added to the "refactored" postprocessors.Pull request #7469

Plot module

Sketcher Workbench


Dragging of B-spline knots.
Click on the image to see the animation.
B-spline knots can now be dragged around and constrained like any other sketch point.

Pull request #7484


Dragging of a B-spline.
Click on the image if the animation does not start.
Dragging a B-spline now only moves the part between knots.

Pull request #7110


Click on the image to see the animation.
The Join curves tool has been added. It can combine multiple curves into a single B-spline.

Pull request #6507


Click on the image to see the animation.
Sketches can now be seamlessly edited from the front or back. When working from the back, vertices (and all geometries and constraints) are equally selectable and the section view is switched automatically.

Pull request #7417

The Sketcher grid has been reworked. The Grid tool has been added. Automatic rescalling of grid option has been added.

Pull request #8473

The Sketcher Constraint widget has been reworked to simplify the UI.

Pull request #7566


Click on the image to see the animation.
The Element widget has been reworked to simplify the UI and enable simpler selection of the different parts of each geometry: Edge, start point, end point and mid point.

Pull request #7567

A feature to automatically resize the grid according to the zoom level and other improvements were introduced.

Pull request #8473

Basic visual layers functionality was introduced, for now only 3 hardcoded layers are supported. Expect further improvements down the road.

This PR also removes the rendering order options (no longer needed) and the "Edit controls" widget from the task panel as all it's contents have been moved to other places or removed. Pull request #8716

Circle to circle distance constraint was introduced.

Pull request #8896

Circle to line distance constraint was introduced.

Pull request #9044


Click on the image to see the animation.
Snap Manager, snapping at angle and midpoint snap were added.

Pull request #8387

Coincident constraint can now act as a concentric constraint when selecting 2 or more circles, arcs, ellipses or arcs of ellipses.

Pull request #7703

Further Sketcher improvements

Spreadsheet Workbench

Further Spreadsheet improvements

TechDraw Workbench

The SurfaceFinishSymbol tool was added to allow for the creation of surface finish symbols describing roughness, lay and waviness, but also denoting the type of surface treatment. It supports both ISO and ASME styles. As shown in the image, the existing LeaderLine tool can be used to properly refer oriented symbols to the edges of an object.

Pull request #7227

The ComplexSection tool was added to allow for the creation of half, offset and aligned sections.

Pull request #7658

The HoleShaftFit tool was added.

Pull request #8455

The AxoLengthDimension tool was added.

Pull request #8359

Further TechDraw improvements

Web

External workbenches

A2plus

Assembly3

Assembly4

FCGear

Ship

Compilation

Since this release FreeCAD can only be compiled using Qt 5.x and Python 3.x. The lowest supported Qt version is 5.12, the lowest supported Python version is 3.8.

To compile FreeCAD see the instructions for Windows, Linux and macOS.

The supported operating systems are:

  • Windows 7, 8, 10 and 11
  • Linux Ubuntu Focal Fossa (20.04) and newer
  • macOS: 10.12 Sierra or newer

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).

macOS: Start Workbench shows blank page

If the Start Workbench shows only a blank page, you must enable the option Use software OpenGL in the menu FreeCAD-0.21 → Preferences → Display.