Versionshinweise 0.20

From FreeCAD Documentation
Revision as of 14:54, 24 September 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
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

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.

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

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

Weitere 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 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


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

  • It is now possible to select in the row/column context-menu at what positions new rows/columns will be inserted. Furthermore, when selecting several rows/columns, the row/column context-menu offers now to insert as many new rows/columns as selected. pull request #4704.

Arbeitsbereich Start

Arbeitsbereich Oberfläche

Arbeitsbereich TechDraw

Weitere TechDraw Verbesserungen

Internet

Zusätzliche Module

3D Druckwerkzeuge

A2plus

Assembly3

Assembly4

ArchitekturTexturen

BOLTSFC

Arbeitsbereich GekrümmteFormen

Dodo (ehemals Flamingo)

Befestigungselemente

Polygonnetz Remodellierung Arbeitsbereich

MOOC Arbeitsbereich

KnotenEditor (PyFlow)

Wege, PyTrails, Abbiege, pivy_trackers, und Geomatik