Skip to content

Fence builder

Jonathan Wiedemann requested to merge github/fork/furti/fence-builder into master

Created by: furti

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

  • [x ] Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • [x ] 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.
Note: If you don't have wiki access, then please mention your contribution on the 0.19 Changelog Forum Thread.


This pull request adds the Arch Fence Object as discussed here https://forum.freecadweb.org/viewtopic.php?f=23&t=36149

Additionally it extracts the PathArray logic into a reusable method, so that it can be used from python easily.

Merge request reports