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: | ||
+ | * [[Macros|Macros]]: Introduction to macros. | ||
* [[Introduction_to_Python|Introduction to Python]]: Introduction to Python for beginners. | * [[Introduction_to_Python|Introduction to Python]]: Introduction to Python for beginners. | ||
* [[Python_scripting_tutorial|Python scripting tutorial]]: Introduction to python scripting in FreeCAD. | * [[Python_scripting_tutorial|Python scripting tutorial]]: Introduction to python scripting in FreeCAD. | ||
Line 15: | Line 16: | ||
* [[Macros_recipes|Macros recipes]]: Examples of macro scripts. | * [[Macros_recipes|Macros recipes]]: Examples of macro scripts. | ||
* [[Python_Development_Environment|Python Development Environment]]: A simple Development Environment for Python within FreeCAD. | * [[Python_Development_Environment|Python Development Environment]]: A simple Development Environment for Python within FreeCAD. | ||
+ | * [[Debugging|Debugging]]: Information about debugging. |
Revision as of 21:13, 21 June 2020
- Macros: Introduction to macros.
- Introduction to Python: Introduction to Python for beginners.
- Python scripting tutorial: Introduction to python scripting in FreeCAD.
- FreeCAD Scripting Basics: Introduction to python scripting in FreeCAD.
- Topological data scripting: Basic shape manipulation examples.
- Mesh Scripting: Introduction to Mesh scripting.
- Mesh to Part: Some basic Mesh- to-Part and Part-to-Mesh examples.
- Pivy: Introduction to Pivy.
- FeaturePython Objects: Create a FeaturePython object part I.
- Creating a FeaturePython Box, Part II: Create a FeaturePython object part II.
- Scripted objects: How to make 100% python-scripted objects in FreeCAD.
- Embedding FreeCAD: How to import FreeCAD as a python module in other applications.
- Code snippets: Pieces of 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.
- Macros recipes: Examples of macro scripts.
- Python Development Environment: A simple Development Environment for Python within FreeCAD.
- Debugging: Information about debugging.