Translations:Workbench creation/1/zh-tw

From FreeCAD Documentation
Revision as of 22:20, 27 February 2016 by Renatorivo (talk | contribs)

本頁將告訴你如何增加一個新的workbench到FreeCAD介面。Workbenches是一個FreeCAD指令的容器。我們可以用Python、C++或者是混合使用前兩種語言來撰寫。而混合使用的好處是可以擁有C++的速度和Python的 flexibility 。然而在所有的workbench都會藉由兩個檔案來開啟他們