FreeCAD: master 79995368

Author Committer Branch Timestamp Parent
Pierre LeMoine wmayer master 2020-12-31 04:19:30 master ce7b57a0
Changeset Transform patterns can be created from multiple base features

The infrastructure/piping seems to have been in place for a long while.
Not tested for all variations of pattern transforms.
The major enabler was removing the `break`.
Some extra piping added to let the code at call-site decide if to select multiple features or not.
mod - src/Mod/PartDesign/Gui/Command.cpp Diff File
mod - src/Mod/PartDesign/Gui/CommandBody.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskFeaturePick.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskFeaturePick.h Diff File