FreeCAD: master b1a71f4a
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
vocx-fc | berndhahnebach | master | 2020-02-02 20:04:22 | master f95dc358 |
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 |