User talk:Kunda1: Difference between revisions

From FreeCAD Documentation
(→‎Edit of Part_Box: new section)
Line 24: Line 24:
return arr
return arr
</syntaxhighlight>
</syntaxhighlight>

== 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.

Revision as of 15:02, 7 February 2020

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.