Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.15 KB

Release-Notes-0.3.md

File metadata and controls

54 lines (37 loc) · 2.15 KB

New Feature

  • Add co-linear constraint
  • Allow creating XZ and ZY working plane. Or select any face and create a work plane on it. The work plane is not attached to the source. If you want an attached plane, use the new SubShapeBinder in PartDesign. It can be used without a body.

[[images/workplane.gif]]

Bug Fix

  • Fix zero angle locking in various composite constraints (PlaneCoincident, PlaneAlignment, AxialAlignment, etc)
  • Fix negative offset in various composite constraints
  • Fix line plane parallel/perpendicular constraints.

FreeCAD LinkStage3

  • New [[Topological Naming]] framework (e057cc17, ba4a6e6c, c38ef04d, 579dee27).

  • Stabilized Sketcher geometry element naming.

  • New SketchExport to export any private geometry of a sketch, including the construction lines, and external edges. The Export can have synchronized placement with the parent sketch, or independent placement, or even with its own plane attachment (5fc101b3).

[[images/sketch-export.gif]]

  • Sketcher Geo-history reuses deleted geometry names for new elements that have the same topology (2ddd4b44).

[[images/sketch-history.gif]]

  • Two-pass recompute to allow some cases of dependency inversion, which is used on SketchExport. (70c3d859).

  • New SubShapeBinder in PDN supports relative linking that respects the parent group placement. (73035a66).

[[images/subshapebinder.gif]]

  • Tree view supports multiple sub-elements drag and drop (a2f057af).