Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.36 KB

Release-Notes-0.11.md

File metadata and controls

48 lines (34 loc) · 2.36 KB

New Feature

  • Add AutoElementFix button for automatic fix of broken element references. It utilizes the new core feature to search the linked object for sub-shape that are geometrically similar to the one stored in the element object. Enabling this option will activate Auto Fix for all elements. You can also disable the option here, and opt to manually fix the element using the new Fix tree view menu action of the element object.

  • New element tree view menu actions to offset/flip the element or the owner part. See here for more details.

FreeCAD LinkStage3

  • New UI feature docked window overlay mode

  • Various 3D picking and visualization enhancement

    • Add object editing menu in 3D context menu
    • Add 'Pick geometries' action in 3D context menu, which allows for picking hidden and high level (wire, solid, compound, etc.) geometries.
  • Refactor expression completer

  • Parametric modeling using spreadsheet configuration table

  • Various PartDesign enhancement

    • Support Link or SubShapeBinder as base feature
    • Use SubShapeBinder for boolean operation
    • Feature based visualization
    • Editing enhancement for dress up features (fillet/chamfer/draft) and pattern transform features
    • Support pattern transform of dress up features
    • Add feature Split
  • Topological naming auto fix using geometry search

  • Improve document recomputation efficiency by doing property comparison, i.e. skip unnecessary recomputation if property content is unchanged.

  • Add view option for auto transparency on all objects except those in editing. Currently only applies to editing sketches.

  • Allow saving document to directory without archive, for better support with external version control software.

  • Refactor Hidden Line draw style. Rename the old Hidden Line draw style to Tessellation.

  • Add new Shadow draw style.