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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user