FreeCAD: master f57283f5

Author Committer Branch Timestamp Parent
realthunder wmayer master 2019-09-01 11:45:57 master 4042d833
Changeset Link: change sub-element linking mechanism

Previous multi-sub-element linking (e.g. Face, Edge) is supported
through SubElements of type PropertyStringList, which does not support
geometry element update tracking. This patch changes it to use
PropertyXLink's new multi-subname capability.
mod - src/App/Link.cpp Diff File
mod - src/App/Link.h Diff File
mod - src/Gui/CommandLink.cpp Diff File
mod - src/Gui/ViewProviderLink.cpp Diff File
mod - src/Gui/ViewProviderLink.h Diff File
mod - src/Mod/Part/App/PartFeature.cpp Diff File