FreeCAD: master 73fa3046

Author Committer Branch Timestamp Parent
davidosterberg abdullahtahiriyo master 2020-12-22 10:36:27 master 07211b0f
Affected Issues  0004513: Sketcher mirror command incorrectly adds vertical/horizontal constraints when mirroring around non-axis aligned line
Changeset Sketcher: Fix issue 0004513 - SketchObject::addSymmetric

This fixes issue
https://tracker.freecadweb.org/view.php?id=4513

addSymmetric will now only transfer Vertical and Horizontal constraints if the reference axis is either
 - the HAxis
 - the VAxis
 - a Vertical line
 - a Horizontal line
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File