Translations:Power users hub/14/zh-tw

From FreeCAD Documentation
Revision as of 01:10, 13 March 2017 by Randy19962 (talk | contribs) (Created page with "===Examples=== * 範例小程式 : A collection of pieces of FreeCAD Python code, to serve as ingredients in your scripts... * Line drawing function: Ho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Examples

  • 範例小程式 : A collection of pieces of FreeCAD Python code, to serve as ingredients in your scripts...
  • Line drawing function: How to build a simple tool to draw lines
  • Dialog creation: How to construct dialogs with Qt designer, and use them in FreeCAD
  • Embedding FreeCAD: How to import FreeCAD as a Python module in other applications
  • The Draft Module adds basic 2d drawing functions to freecad. It is written entirely in Python, so it can be a good example if you want to write your own modules.
  • FreeCAD vector math library : A couple of handy functions to manipulate FreeCAD vectors. This library is also included in the Draft module.