FreeCAD: master 8b8210f2

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-20 16:53:52 master 29f3ab6d
Changeset Arch: fix calculation of fence objects

In the past it used the `Draft.calculatePlacementsOnPath` function
but this function was moved and modified when the `PathArray`
was improved. The `calculatePlacementsOnPath` function
was moved to `draftobjects.patharray`
and renamed `placements_on_path`.

This doesn't completely fix the Fence object because some other
modifications need to be done in the calculation of the paths.
mod - src/Mod/Arch/ArchFence.py Diff File