Skip to content

Path: sort shapes in multi-object operations like face profiles

Jonathan Wiedemann requested to merge github/fork/m0n5t3r/path-areaop-sort into master

Created by: m0n5t3r

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


a bit of a writeup with pictures is here: https://forum.freecadweb.org/viewtopic.php?f=15&t=34597&sid=95c8693eddcea2d11d3a1b237b4ea35c&start=10#p293886 (probably wrong thread, because I misunderstood the subject)

I'm not sure PathAreaOp is the right place to do the change, but since it impacts the order of operations and not the operations themselves I guess it should be safe

Merge request reports