FreeCAD: master 3d2fb012
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| vocx-fc | yorik | master | 2020-02-02 20:04:22 | master 2a857dcd |
| Changeset | Draft: new Draft_OrthoArray command It replaces the older `Draft_Array` command, and provides a task panel to select the properties, similar to the `Draft_PolarArray` and `Draft_CircularArray` commands. It can also create `App::Links` directly from this task panel, so it also replaces the `Draft_LinkArray` introduced by the LinkMerge. |
|||
| mod - src/Mod/Arch/InitGui.py | Diff File | |||
| mod - src/Mod/Draft/CMakeLists.txt | Diff File | |||
| mod - src/Mod/Draft/InitGui.py | Diff File | |||
| mod - src/Mod/Draft/Resources/Draft.qrc | Diff File | |||
| add - src/Mod/Draft/Resources/ui/TaskPanel_OrthoArray.ui | Diff File | |||
| mod - src/Mod/Draft/draftguitools/gui_arrays.py | Diff File | |||
| add - src/Mod/Draft/draftguitools/gui_orthoarray.py | Diff File | |||
| add - src/Mod/Draft/draftobjects/orthoarray.py | Diff File | |||
| add - src/Mod/Draft/drafttaskpanels/task_orthoarray.py | Diff File | |||
| add - src/Mod/Draft/draftviewproviders/view_orthoarray.py | Diff File | |||
FreeCAD