Versionshinweise 0.16

From FreeCAD Documentation
Revision as of 16:44, 7 August 2016 by R-Frank (talk | contribs) (Created page with "== Zusätzliche Module ==")

FreeCAD 0.16 wurde veröffentlicht am 18. April 2016, man kann es auf der Download-Seite herunterladen. Dies ist eine Zusammenfassung der interessantesten Änderungen. Die komplette Liste der Änderungen kann man im Mantis changelog finden. Ältere Versionen: 0.15 - 0.14 - 0.13 - 0.12 - 0.11

Satnogs Rotator (https://satnogs.org/)

Highlights

Expression support wurde eingeführt. Es erlaubt Formel-gestützte Beziehungen zwischen Objekteigenschaften. "Expression support" ist ein großer Sprung vorwärts um bessere parametrische Modelle in FreeCAD zu erstellen. Expressions bietet ein benutzerfreundliches Interface um Modelle zu erstellen, die durch eine Tabelle (mittels Spreadsheet Workbench) gesteuert werden.

"Sketcher Solver (Skizzen-Gleichungslöser)" wurde im Verhalten stark verbessert. Es wurde nicht nur schneller und stabiler, auch sollten nun keine Abstürze mehr bei unlösbaren Skizzen erfolgen. Automatischer Neuaufbau der Skizzen nach jeder geringfügigen Änderung kann nun abgeschaltet werden, was das flüssige Editieren von Skizzen mit sehr vielen Abhängigkeiten erlaubt.

FreeCAD unterstützt nun Touchscreen 3D Navigation. Dies ermöglicht es, FreeCAD ohne eine Maus auf einem Laptop mit Touchscreen und Stift zu benutzen, abseits des Schreibtisches.

Der Arbeitsbereich "FEM" hat ebenfalls viele Verbesserungen erhalten. Er hat sich bewährt zur Durchführung von verschiedenen Arten mechanischer Analysen.

Allgemein

  • Unterstützung für Ausdrücke/Formeln
  • Drei neue Navigations-Stile: Gesture-Navigation (mit Touchscreen-Unterstützung unter Windows), Maya Navigation und OpenCascade Navigation
  • Personalisierung der Arbeitsbereich-Liste (Liste kann umgeordnet werden, und jeder Arbeitsberich der Liste kann ausgeblendet werden)
  • Wiederherstellungs-Werkzeug
  • Neue Speicherungs-Optionen(Rückgängig, Speichern einer Kopie)
  • Neugestaltung der Homepage

Arbeitsbereich "Part" (Formteil)

  • Neue Werkzeuge um Objekte mit einer Wandstärke (z.B. Rohre) zu verbinden: Connect, Embed und Cutout
  • Neues Werkzeug: Erstelle Fläche von Skizze (parametrisch)

==Arbeitsbereiche "Part Design" und "Sketcher"

  • Neues Werkzeug: Umschalt-Modus für Reference/Driving constraints
  • Neues Merkmal: Continous creation mode
  • Neues Merkmal: Gesteuerte Beschränkungen
  • Starker Geschwindigkeitszuwachs
  • Erweiterte Kontrolle des Gleichungslösers (Solvers)
  • Neue Merkmale: Werkzeuge für Duplizieren, Spiegeln und Orthogonales Array
  • Unterstützung für expressions/formulas in Beschränkungen und Eigenschaften

Spreadsheet Workbench

  • Neue Funktionen: round (runden), trunc (kürzen), ceil (Decke) und floor (Boden)

Draft Workbench

  • New DXF importer: The Draft Workbench now features a brand-new DXF importer, fully coded in C++, inherited from HeeksCad, which doesn't need anymore to download external components, and is now much faster and able to load much larger DXF files. An option in the DXF preferences allows to switch back to the old importer if needed.
  • A new Mirror tool allows to do mirroring of objects "the Draft way"
  • Many DXF templates have been added to the corresponding built-in SVG templates, making the export of Drawing pages to DXF much better.
  • Rectangles,wires and lines can now be subdivided, allowing all kinds of new shape combinations.


Drawing Workbench

Arch Workbench

  • Materials support: Arch objects can now have a material attached, which uses FreeCAD's builtin materials framework. These materials are shared among other workbenches. These materials are fully supported by IFC import and export.
  • The Section plane can now do clipping of the 3D view, showing the section in realtime.

  • Several improvements to the IFC importer such as new options for treating large IFC files, better support for extrusions (now detected on import) and curved segments, and support of 2D annotation objects. The import of Analytical IFC has been added. At the moment import of geometrical representations off all analytical objects is supported.
  • Better meshing options for DAE and IFC formats.
  • A new Arch Schedule tool allows to create different kinds of schedules from a BIM model.
  • IFC attributes can now be imported, edited and exported. This is basically a spreadsheet object attached to an Arch object.

FEM Workbench

  • GUI FEM commands have keyboard short cuts now. An preference dialog for FEM was introduced. The binary path of CalculiX is one of the preference settings.
  • GUI analysis container Analysis member uses drag & drop. They can be moved in and out of a analysis container. Since there is now support for multiple analysis, member can be moved into another analysis too. Multiple constraints can be created in an analysis.
  • GUI one click analysis A one click analysis button has been added to the GUI. It does purging results, writing CalculiX input file and does the analysis for the selected solver. It is detected if multithreading is available for CalculiX and uses the maximum possible threads.
  • Input file FreeCAD's build-in editor supports editing CalculiX input files (*.inp). Syntax highlighting was implemented too.
  • Netgen mesh object The GUI and property editor of the Netgen mesh object has been reworked. Tetraeder meshing off one order and second order elements is supported as well as adjusting meshing parameter.
  • Constraint force and constraint fix objects It is now possible to add Forces and Fixes on edges and Vertexes.
  • Constraint pressure object A new object for pressure load on faces has been added. The pressure (load per area) is passed directly to CalculiX which means the node loads are not calculated by FreeCAD but CalculiX instead.
  • Constraint prescribed displacement object A new object for prescribed displacements has been added. The prescribed displacement can be added to vertexes, edges and faces. For shell and beam analysis’s it is possible to fix the rotational degrees of freedom.
  • Beam section object The new beam section object allows to define rectangle cross section for beam FEM. There is support for different beam sections in one analysis by defining reference shapes for each cross section
  • Shell thickness object The new shell thickness object allows to define thicknesses of shell plates. Like in beam section there is support for multiple shell thicknesses in one analysis by defining reference shapes.
  • Material object Multiple materials are supported for edge, shell and solid meshes. Like for the beam section and shell thickness objects a appropriate FEM Mesh is needed to use the multiple material.
  • Solver object As a base for multiple solver a solver object has been implemented. All analysis properties moved from analysis to solver.
  • Frequency analysis A frequency analysis can be made. The number of eigenvalue or eigenshape to calculate can be adjusted in preference GUI.
  • View provider Shell and beam FEM-Meshes can be viewed in FreeCAD and thus the results of such analysis too.
  • Python API Methods for working with FEM-Meshes and making an Analysis from python have been added.
  • GMSH Macro An interesting external developing is the Macro_GMSH which makes it possible to use GMSH for meshing. Very useful for all not able to compile FreeCAD with Netgen or for meshing shell- or edge meshes.
  • General Improvements Due to the heavy development taking place, there have been tons of improvements on the code base of FEM module.

Path Workbench

A new Path Workbench has been added to FreeCAD. This workbench, although still under development, already implements some CAM operations, and allows to export full G-code programs for a variety of CNC machines.

In its current state, the workbench allows to create profiles and pockets around Part-based objects, create complex paths by joining several partial paths, inspect and edit the g-code contents of paths, manage tooltable, and choose between different pre-processing and post-processing scripts when importing and exporting G-code. It also already provides a complete python API.

Zusätzliche Module

A couple of new addons workbenches have been created by community members. These workbenches are easily pluggable into an existing FreeCAD installation. Among them are:

  • An Animation Workbench allows you to create animations from your FreeCAD models, by defining the movement of a camera and exporting a sequence of images.
  • A Kerkythea exporter macro permits to export your FreeCAD documents to the free Kerkythea renderer.
  • A work-in-progress Menu is also already available.
  • Finally, an addons repository has been created to gather all the interesting workbenches, modules and other macros that are flourishing around FreeCAD. This repository features a installer that takes care of the installing and updating of these addons for you.