Release notes 0.16: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 49: Line 49:


== Draft Workbench == <!--T:7-->
== Draft Workbench == <!--T:7-->

* Recoded DXF importer
'''New DXF importer''': The Draft Workbench now features a brand-new DXF importer, fully coded in C++, inherited from [https://github.com/Heeks/heekscad HeeksCad], which doesn't need anymore to download external components, and is now much faster and able to load very big DXF files.
* Mirror tool

* DXF templates
A new '''Mirror tool''' allows to do mirroring of objects "the Draft way"
* Rectangles subdivision

* Wires & lines subdivsion
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 == <!--T:8-->
== Drawing Workbench == <!--T:8-->

Revision as of 20:15, 4 January 2016

Work in progress - do not translate yet!!

FreeCAD 0.16 was released on XXXXX, 2015. 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

Spark Plug Plane by r-frank

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.

Major improvements were made to FEM workbench....

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 very big DXF files.

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

  • Added SVG pattern generation module
  • Added spreadsheet view

Arch Workbench

  • Added materials support
  • Cut plane/Section view, featuring real-time cutting the view
  • Improvements to IFC importer for treating large IFC files, better export of extrusions and curved segments, import of 2D annotation objects
  • Better meshing for DAE and IFC export
  • Schedule tool

FEM Workbench

  • FEM: new constraint pressure
  • FEM: better material handling
  • FEM: new materials where added
  • FEM: add Support for loads and supports on edges to CalculiX file
  • FEM: Add preferences dialog
  • FEM: multiple constraints in one analysis
  • FEM: use shape functions for node load calculation of constraint force
  • FEM: drag & drop of analysis member
  • FEM: keyboard short cuts for commands
  • FEM: FreeCAD build-in editor including syntax highligting for CalculiX input files
  • FEM: ViewProvider for shell and beam FEM-Meshes
  • FEM: lots of new Python Methods for working with FEM-Meshes

There is a macro which uses gmsh for meshing. Very usefull for all not able to compile FreeCAD with netgen.

Path Workbench

  • Launch of the Path Workbench

Additional Modules

  • Animation workbench
  • Exporter to Kerkythea (Macro)
  • Pie Menu
  • Addons repo with installer macro