Release notes 0.18/de

FreeCAD 0.18 wurde am 12. März 2019 veröffentlicht, hole es von GitHub. Die vollständige Liste der Änderungen findest du im MantisBT bugtracker FC 0.18 changelog.

Ältere FreeCAD Versionshinweise findest du unter Liste der Funktionen.

Höhepunkte

Erweiterte TechDraw Werkzeuge

Modell von Laurent14

Neue Skizzierer Werkzeuge, stabileres und robustes PartDesign

Modell von un1corn

Verbesserte und erweiterte Arch und BIM Werkzeuge.

Modell von regis

Allgemeines

Arbeitsbereich Arch

The Arch workbench at work
  • Walls can now be displayed as a stack of blocks. There are many options to configure their size and how blocks must be stacked.
  • Building Parts are the new use-for-all Arch container. They can group any number of objects, they can be used to make floors (storeys), buildings (the Arch Floor and Arch Building tools now produce Building Parts), or any other group of Arch objects. They can be moved like Parts, and they are clonable and referencable!
  • The BIM Workbench (added via the Addon Manager), is a new external, experimental counterpart of Arch. In it, we test new features and workflows in a more free environment. Be sure to give it a test ride!
  • Windows have new presets such as a 4-pane sliding window, plus, if the Parts Library is installed, all the doors and windows from the library.
  • Panels can now do different kinds of corrugated panels, such as undulated sheets, or even sandwich panels.
  • Structure objects have a new beam drawing mode, which allow you to click two points to place a structural element between them.
  • All IFC types are now available for all Arch objects. Any object can be exported to any other type to IFC.
  • Window placement has been fully redesigned. Correctly placing windows in host objects, which was before a real pain to do is now much easier.
  • Dynamic window parameters: The size of the window frames is now a window property, so it is now possible to adjust the thickness of preset windows without the need to edit their components or base sketches.
  • IFC Property Sets are now supported by all Arch objects.
  • The IFC importer and exporter have been greatly enhanced with a wealth of new features: Property sets support, grid support, file compression, shared profiles, groups support, quantity sets, etc...
  • Materials now support hierarchy, if you give a material another material as father, they appear correctly stacked in the tree.
  • All Arch objects and materials now support classification systems (not yet supported by IFC import/export).
  • External references now allow you to link parts from another FreeCAD file into a FreeCAD file.

Arbeitsbereich Entwurf

More precise Draft annotation tools
  • The Draft Scale tool has been fully redesigned, and has now more options and is much more comfortable to use
  • The Draft Text tool has also been fully redesigned, it now has its own parametric object with many more options. Warning, these new texts are not supported by 0.17
  • Draft Wires now have a right-click option that allows to force-flatten them on their median plane
  • New Draft Join tool, which allows you to join individual wires and lines into a single wire
  • New Draft Split tool, which splits a line or a wire at a point to create another wire or line
  • Pressing the ` key while drawing in draft mode cycles the snapping object target, allowing you to snap on objects that are obscured by others
  • The Draft AddPoint tool has been improved to more reliably add nodes on lines and wires exactly where you click

FEM Arbeitsbereich

Der aufpolierte FEM-Materialdialog

In 0.17 wurden eine Menge neuer Funktionen zu FEM hinzugefügt. Daher lag der Hauptfokus von FEM für die Ausgabe 0.18 von FreeCAD darauf, nicht noch mehr Funktionen und Werkzeuge hinzuzufügen, sondern die vorhandenen robuster zu bekommen und so viele Fehler wie möglich zu bereinigen. FEM erhielt 470 Commits während des Entwicklungszyklus von FreeCAD 0.18.[1].

Allgemeine Verbesserungen an der Code Basis

Werkzeuge

Material

Die Materialhandhabung wurde verbessert. Es ist nun möglich, den globalen FreeCAD Materialeditor zu verwenden. Siehe auch Materialkarten. Dazu wurde die FEM Materialaufgabenkonsole aufpoliert.

Arbeitsbereich Part

Arbeitsbereich PartDesign

Arbeitsbereich Pfad

Allgemeine Verbesserungen

Auftragsverbesserungen

Arbeitsgänge

Nachbearbeiter

Arbeitsbereich Skizzierer

Skizzierer Ansicht Abschnitt Demo

Entsprechende Forenverweise:

Arbeitsbereich Tabellenkalkulation

Arbeitsbereich Oberfläche

TechDraw Arbeitsbereich

Der TechDraw Arbeitsbereich erhielt eine Reihe von Ergänzungen und Verbesserungen für v0.18.

Materialhandhabung

eine Materialkarte

Die Materialhandhabung wurde verbessert. Es ist jetzt möglich, Materialkarten für jedes Material zu erstellen. Die Karten können alle Informationen, physikalische Eigenschaften, architektonische Spezifikationen, Internetverknüpfungen, Kommentare usw. enthalten. Die Karten sind Textdateien mit der Dateiendung .FCMat und können für alle Arbeitsbereiche von FreeCAD verwendet werden.

FreeCAD stellt Materialkarten für Standardmetalle, Kunststoffe und verschiedene Stahlsorten zur Verfügung.

Zusätzliche Module

Einige der neuen Gemeinschaftsmodule, die während des Entwicklungszyklus von 0.18 aktiv entwickelt wurden.

  • A2plus is a new workbench to assemble different parts in FreeCAD. It is an extension of the Assembly2 workbench providing an extended color and transparency handling for parts and a new constraint using the center of mass of parts.
  • Curves, a collection of tools to create and edit NURBS curves and surfaces.
  • Nurbs, a collection of scripts for managing freeform surfaces and curves.
  • Silk, a collection of NURBS surface modeling tools focused on low degree and seam continuity.
  • Flamingo Workbench, a set of customized FreeCAD commands and objects that help to speed-up the drawing of frames and pipelines.
  • GDT, geometric dimensioning and tolerancing (GD&T).
  • CadQuery FreeCAD Module is a workbench that allows users to write Python scripts, and is tailored to those based on the CadQuery CAD scripting API. A new code editor is made available, and script variables can be edited dynamically through the use of a parameter dialog. The workbench also adds a menu that includes normal file operations for CadQuery scripts (open, new, close, etc), and example scripts to help users learn new concepts.