Difference between revisions of "Translations:Scripting and macros/1/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
− | |||
* [[Scripted objects]]: How to make 100% python-scripted objects in FreeCAD | * [[Scripted objects]]: How to make 100% python-scripted objects in FreeCAD | ||
* [[Drawing Module]]: Automating the 3D-to-2D process | * [[Drawing Module]]: Automating the 3D-to-2D process |
Revision as of 21:55, 19 September 2019
- Scripted objects: How to make 100% python-scripted objects in FreeCAD
- Drawing Module: Automating the 3D-to-2D process
- Line drawing function: How to build a simple tool to draw lines
- PySide: Introduction to PySide and using it in FreeCAD
- 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
- Macros recipes: Examples of macro scripts
- Code snippets: Pieces of code to serve as ingredients in your scripts
- Topological data scripting: Basic shape manipulation examples
- Python Development Environment: A simplistic Development Environment for Python within FreeCAD