Versionshinweise 0.20

From FreeCAD Documentation
Revision as of 10:05, 7 November 2021 by Maker (talk | contribs)
Diese Seite verfolgt neue Funktionen, die der Entwicklungsversion von FreeCAD, die derzeit 0.20 ist, hinzugefügt werden. Wenn das Einfrieren der Funktionen von 0.20 eintritt, lösche diese Meldungen und füge keine weiteren Funktionen zu dieser Seite hinzu. FreeCAD 0.20 wird voraussichtlich im Jahr 202x veröffentlicht werden.
!!! Alle Bilder auf dieser Seite müssen den Suffix _relnotes_0.20 verwenden !!!

Fehlen Funktionen? Erwähne sie im Versionshinweise für v0.20 Forumsbeitrag.

Siehe Hilf FreeCAD für Wege, zu FreeCAD beizutragen.


'FreeCAD 0.19 wurde veröffentlicht auf DD Month 202x, hole es von der Herunterladen Seite. Dies ist eine Zusammenfassung der interessantesten Änderungen. Die vollständige Liste der Änderungen kann im MantisBT bugtracker FC 0.20 Änderungsprotokoll eingesehen werden.

Ältere FreeCAD Versionshinweise findest du unter Funktionsübersicht.

Höhepunkte

Allgemeines

Python 3 und Qt5

Bekannte Probleme

Entwicklung

Um FreeCAD unter Windows kompilieren, gibt es verschiedene Libpacks (vorgepackte Bibliotheken):

  • Libpack für Windows mit Qt xx, OCC yy, und Python zz

Lowest supported Python version is 3.6.9 according to https://forum.freecadweb.org/viewtopic.php?f=10&t=62701

Supported Operating Systems:

  • Windows 7, 8 and 10
  • Linux Ubuntu Bionic Beaver (18.04) and Focal Fossa (20.04)
  • MacOS minimum version 10.12 Siera

Weitere Neuigkeiten zur Entwicklung:

Dokumentation

Bekannte Begrenzungen

Benutzeroberfläche

Der Navigationswürfel wurde überarbeitet, um diese neuen Funktionen zu ermöglichen:
  • Es gibt jetzt Kantenflächen, um die Szene in Winkeln von 45° zu betrachten.
  • Die neue Voreinstellungsoption Nächste Drehung erlaubt es, die Szene in der nächstgelegenen sinnvollen Position zu betrachten. Wenn sie ausgeschaltet ist, wird das Anklicken einer Würfelfläche immer an der gleichen Position angezeigt, unabhängig davon, in welchem Würfelzustand du dich befandest, als du die Fläche angeklickt hast. Klicke auf das Bild auf der linken Seite, um zu sehen, was das bedeutet. Versuche die gleiche Klicksequenz wie im Bild ohne die Option Drehen zum nächstgelegenen, um den Unterschied zu erleben.
  • Wenn du auf den Punkt oben rechts im Würfel klickst, kannst du schnell die Rückansicht der aktuellen Szene sehen.
  • Die Größe des Würfels kann über die Einstellungsoption Würfelgröße angepasst werden.

Forumsdiskussion, pull request #4502 .

Tooltips now display the command name in the title, making it easier for new users to look for help. At the end of the tooltip the "internal" command name is added in parentheses: (Std_WhatsThis). This is also the name of the page that documents the command in the Wiki. Forum discussion, pull request #4978 .
The new Std UserEditMode command allows the user to choose an edit mode that will be used when an object is double-clicked in the Tree view. If a selected edit mode is not applicable, the object's default edit mode is used instead. Pull request #5110.
The Add dependent objects to selection option was added to the Tree view context menu.
Forum discussion, pull request #4133.

In the image the Hole001 object was selected by the user and then
its dependencies were added to the selection via the context menu.

Weitere Verbesserungen der Benutzeroberfläche

Anwendung::Verknüpfung und Zusammenbau

Kernsystem, Anwendung, Basis und Gui Namensräume

When using Edit → Copy or Edit → Duplicate selection for an object with dependencies there is a new Use Original Selections button in the object selection dialog. Click this button to copy/duplicate only the objects you originally selected prior to opening the dialog, ignoring dependencies and ignoring any actions you might have taken while the dialog was open, such as checking or unchecking some of the checkboxes. The effect is the same as if you had unchecked all the checkboxes next to the objects you did not originally select and pressed OK. Note: special care should be taken when copying/duplicating TechDraw Pages. It is recommended to also copy/duplicate all of the children of the Page (Templates, Views, Dimensions, etc.). Otherwise changes to one of the Pages will also impact the other page, for example, deleting one of the Views in one Page also removes it from the other Page. Deleting one of the pages will also remove all the content from the other Page if copies of the content are not also made.

Erweiterungsverwalter

Arbeitsbereich Architektur

Arbeitsbereich Entwurf

  • A Global checkbox was added to the task panel of many drafting commands. Checking it allows input of coordinates in the global coordinate system even if the working plane is not aligned with the global XY plane.
  • The Draft Hatch command was introduced. It creates hatches on the faces of a selected object using patterns from AutoCAD PAT files.
  • Work on the Draft SetStyle command, still in progress in FreeCAD version 0.19, was completed.
  • A double-click edit option was added for Draft Texts. It opens the same edit task panel used when creating a text.
  • For Draft Dimensions the arch AnsichtUnit Override for imperial architectural dimensions was introduced.
  • Draft Shape2DView objects now have an DatenAuto Update property. Setting it to false can be useful if there are many Draft Shape2DViews in a document or if they are complex.

Weitere Entwurf Verbesserungen

Arbeitsbereich FEM


Wirkung von Netzweite von Krümmung; links: auf 12 gesetzt, rechts: deaktiviert
Es gibt eine neue Eigenschaft für den Gmsh Vernetzer. Die Anzahl der Netzelemente pro mal dem Radius der Krümmung kann angegeben werden. Der Standardwert ist 12. Um ein feineres Netz an kleinen Ecken oder Löchern zu erhalten, kann dieser Wert erhöht werden, um bessere Ergebnisse zu erzielen. Diese Funktion erfordert Gmsh 4.8 oder eine neuere Version.

Forumsdiskussion, pull request #4596

File:FEM Gmsh-RecombinationAlgorithm.png
Auswirkung des rcombination Algorithmus; links: mit Simple, rechts: mit Simple full-quad
FreeCAD erlaubt nun die Auswahl eines Algorithmus sowie die 3D Netzrekombination für den Gmsh Vernetzers. Für weitere Details über die Rekombination von Netzelementen siehe diese Wiki Seite.

Pull request #4706

Weitere FEM Verbesserungen

  • A new solver was added: Solve → Solver Mystran. Multiple commits.
  • A new constraint was added: Model → Geometrical Constraints → Constraint Spring. PR #4982
  • The element order of Gmsh meshes can be changed via the mesh dialog. PR #4660
  • Material cards can now contain values for the electrical conductivity. PR #4647
  • Material cards added for Nitrogen and Argon. PR #4649
  • Support for the Gmsh mesh algorithms "HXT" (3D) and "Packing Parallelograms" (2D) added. PR #4654
  • Allow to set for the Gmsh property High Order Optimize a certain algorithm. PR #4705
  • Nonlinear solid materials with simple hardening can now have an arbitrary number of yield points. PR #5024

Import

Materialhandhabung

Polygonnetze

Improved support for NASTRAN GRID elements

The Mesh import tool now supports the high-precision "GRID*" element. The standard-precision "GRID" element was also improved, now supporting both space-delimited numeric input as well as fixed-field-width input, per the NASTRAN95 format documentation.

Weitere Polygonnetz Verbesserungen

Fixed false negatives during self-intersection tests when facets are coplanar: PR #5002.

OpenSCAD Arbeitsbereich

Interoperability with OpenSCAD has been improved, adding support for several operations missing from earlier versions (linear extrude with rotations, rotational extrusions). Several operations are modified to provide improved FreeCAD object equivalents, particularly for twisted extrusions. Surface generation from discrete data was modified to give more OpenSCAD-like results, rather than splined surfaces.

Add OpenSCAD element - now has additional options

Load    - load a scad file
Save    - save a scad file
Refresh - Update FreeCAD view
Clear   - Clear text input

There is also a text box for feedback of OpenSCAD errors.

Arbeitsbereich Formteil

Weitere Formteil Verbesserungen

  • The dialog to edit Cylinders allows now to specify an angle in respect to the normal of the chosen attachment plane. This way one can create skew cylinders. Pull request #4708

Arbeitsbereich PartDesign


Padding along an edge from the model.
Click on the image to show the animation.
There is a new option to pad along the direction of an edge in the 3D model.

pull request #4685


Effect of the new option Length along sketch normal.
Click on the image to show the animation.
There is a new option to pad a certain length along the direction. The length is either measured along the sketch normal or along the custom direction.

Forum discussion, pull request #3893

The dialog to edit Cylinder (additive and subtractive) allows now to specify an angle in respect to the normal of the chosen attachment plane. This way one can create skew cylinders.

pull request #4708

When Distance and Angle is specified in the Chamfer tool and faces are selected, the distance will be applied along the selected faces. Likewise if two distances are specified then Size 1 will be applied along the selected face.

This behaviour can be swapped to the other face using the flip direction button. Forum discussion, pull request #5039

Weitere PartDesign Verbesserungen

Arbeitsbereich Pfad

Arbeitsbereich Rendern

Arbeitsbereich Skizzierer

Neue Aufteilen Funktion zum Aufteilen bestehender Linien oder Bögen.

Forumsdiskussion pull request #4420

Neues Abgerundetes Rechteck Werkzeug zum Erstellen von Rechtecken mit abgerundeten Ecken.

Forumsdiskussion Main pull request #4835

Neu Zentriertes Rechteck Werkzeug um Rechtecke über einen Mittelpunkt zu definieren.

Main commit

Neu Radiam Funktion zur automatischen Zuweisung von Gewicht auf B-Spline Pol, Durchmesser auf Vollkreis oder Radius auf Bogen. Unterstützung von Mehrfachauswahl als Durchmesser/Radius Werkzeuge.

Forumsdiskussion Haupt-Pull-Request #4855

Neues Achsenausrichtung entfernen Beschränkungswerkzeug zum Entfernen der Achsenausrichtung unter Beibehaltung der Beschränkungsbeziehung der Auswahl.

Main commit

Weitere Verbesserungen

  • Überarbeitete Stutzen Unterstützung:

Pull Anfrage Forumsdiskussion <-- Benötigt Screencasts

Fehlerberichtigungen

Arbeitsbereich Tabellenkalkulation

The workbench now has Preferences. They are used by the Spreadsheet Import and Spreadsheet Export commands.

Pull request #5073

  • It is now possible to select in the row/column context-menu at what positions new rows/columns will be inserted. Pull request #4704.

Further Spreadsheet improvements

Arbeitsbereich Start

Arbeitsbereich Oberfläche

Arbeitsbereich TechDraw

Several new tools, so-called Extensions, are now available. They offer new cosmetic features to enhance drawings:

Weitere TechDraw Verbesserungen

Internet

Zusätzliche Module

3D Druckwerkzeuge

A2plus

Assembly3

Assembly4

ArchitekturTexturen

BOLTSFC

Arbeitsbereich GekrümmteFormen

Dodo (ehemals Flamingo)

Befestigungselemente

FCGear

The FCGear Workbench received a couple of improvements

  • For involute gears, the outside (aka tip) and root diameter are exposed as properties (details)
  • Gear objects are now attachable (details)
  • Gear objects can now be used as additive features in PartDesign Bodies (details)
  • The creation of gear objects now appears in the undo stack (details)

Polygonnetz Remodellierung Arbeitsbereich

MOOC Arbeitsbereich

KnotenEditor (PyFlow)

Wege, PyTrails, Abbiege, pivy_trackers, und Geomatik