Variables | |
| base = s[0].Object | |
| centretrans = FreeCAD.Vector(0,0,0) | |
| int | items = 4 |
| o = Draft.makePathArray(base,path,items,centretrans,orient,pathsubs) | |
| bool | orient = True |
| path = s[1].Object | |
| pathsubs = list(s[1].SubElementNames) | |
| s = FreeCADGui.Selection.getSelectionEx() | |
| Mod.Test.testPathArraySel.base = s[0].Object |
| Mod.Test.testPathArraySel.centretrans = FreeCAD.Vector(0,0,0) |
| int Mod.Test.testPathArraySel.items = 4 |
| bool Mod.Test.testPathArraySel.orient = True |
| Mod.Test.testPathArraySel.path = s[1].Object |
| Mod.Test.testPathArraySel.pathsubs = list(s[1].SubElementNames) |
| Mod.Test.testPathArraySel.s = FreeCADGui.Selection.getSelectionEx() |