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.
This commit is contained in:
vocx-fc
2020-02-02 14:04:22 -06:00
committed by Yorik van Havre
parent 2a857dcd81
commit 3d2fb0127e
10 changed files with 1041 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ class ArchWorkbench(FreeCADGui.Workbench):
import DraftGui
from draftguitools import gui_circulararray
from draftguitools import gui_polararray
from draftguitools import gui_orthoarray
from draftguitools import gui_arrays
import Arch_rc
import Arch