Release notes 0.16

From FreeCAD Documentation
Revision as of 21:22, 7 August 2018 by Renatorivo (talk | contribs)

FreeCAD 0.16 was released on 18. April, 2016, get it from Github. This is a summary of the most interesting changes. The complete list of changes can be found in the Mantis changelog. Older versions at: 0.15 - 0.14 - 0.13 - 0.12 - 0.11

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

Highlights

Expression support has been introduced, which allows to define formula relationships between properties of objects. Expression support is a major leap forward for making better parametric models in FreeCAD. Expressions offer easy interface for making models controlled by spreadsheets.

Sketcher solver behavior has been majorly improved. Not only it became faster and more stable, it also doesn't hang anymore on unsolvable sketches. And automatic document recomputes triggered after each tiny tweak to the sketch can now be switched off, allowing smooth editing of sketches buried under deep dependencies.

FreeCAD now supports touchscreen 3D navigation. This makes it possible to use FreeCAD without a mouse on a convertible laptop with touchscreen and pen, away from a desk.

The FEM workbench has made tons of improvements. It has proven to be useabele for various kind of mechanical analysises.

General

  • Support for expressions/formulas
  • Three new navigation styles: Gesture Navigation (with touchscreen support on Windows), Maya Navigation, and OpenCascade Navigation.
  • Customization of workbenches list (list can be reordered, and any workbenches can be made hidden from the list)
  • Recovery tool
  • New save options (Revert, save as a copy)
  • New homepage

Part Workbench

  • New tools for joining walled objects (e.g., pipes): Connect, Embed and Cutout
  • New feature: make face from a sketch (parametric)

Part Design & Sketcher Workbench

  • New Feature: Toggle Mode for Reference/Driving constraints
  • New Feature: Continuous creation mode
  • New Feature: Non-driving constraints (aka Driven constraints)
  • Major speedup
  • Advanced solver control
  • New features: tools for duplication, mirroring and rectangular array
  • Support for expressions/formulas in constraints and properties

Spreadsheet Workbench

  • Added functions: round, trunc, ceil, and floor.

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

Additional Modules

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.