User talk:Kunda1

From FreeCAD Documentation

Ideas for projects

Wiki Markup Cheatsheet

  • Test 1
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
  • Test 2
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr

Edit of Part_Box

Dear Kunda1,

You have added that the Part_Box command was introduced in V0.14. This is not correct as the command already exists in V0.13. You probably only meant the different default label. IMO "Version=0.14" should be removed from GuiCommand.

Regards, Roy.


Roy, Thanks for the heads-up, I think I was mislead by Part_Box#FreeCAD_-_Version. Should I change the GuiCommand to Version=0.13 then? Kunda1 (talk) 16:08, 7 February 2020 (CET)


Dear Kunda1,

I would remove Version=0.14 i.o.w. leave that version 'blank'. I don't now when Part_Box was introduced. I suppose it was earlier than V0.13. Compare Part_Cylinder.

And I think this is slightly better for the last paragraph:

FreeCAD - Version

  • Beginning in FreeCAD version 0.14, a Part Box is referred to in the GUI elements as a Cube and the default label is "Cube". introduced in version 0.14

Regards, Roy.