Scripting and macros: Difference between revisions

From FreeCAD Documentation
(Removed the Drawing_Module link.)
(Removed some linked pages. Reordered the 1st 5 links to match their Docnavorder FWIW.)
Line 10: Line 10:
<!--T:1-->
<!--T:1-->
* [[Scripted_objects|Scripted objects]]: How to make 100% python-scripted objects in FreeCAD.
* [[Scripted_objects|Scripted objects]]: How to make 100% python-scripted objects in FreeCAD.
* [[Embedding_FreeCAD|Embedding FreeCAD]]: How to import FreeCAD as a python module in other applications.
* [[Code_snippets|Code snippets]]: Pieces of code to serve as ingredients in your scripts.
* [[Line_drawing_function|Line drawing function]]: How to build a simple tool to draw lines.
* [[Line_drawing_function|Line drawing function]]: How to build a simple tool to draw lines.
* [[PySide|PySide]]: Introduction to PySide and using it in FreeCAD.
* [[Dialog_creation|Dialog creation]]: How to construct dialogs with Qt designer, and use them in FreeCAD.
* [[Dialog_creation|Dialog creation]]: How to construct dialogs with Qt designer, and use them in FreeCAD.
* [[Embedding_FreeCAD|Embedding FreeCAD]]: How to import FreeCAD as a python module in other applications.
* [[Macros_recipes|Macros recipes]]: Examples of macro scripts.
* [[Macros_recipes|Macros recipes]]: Examples of macro scripts.
* [[Code_snippets|Code snippets]]: Pieces of code to serve as ingredients in your scripts.
* [[Topological_data_scripting|Topological data scripting]]: Basic shape manipulation examples.
* [[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.



Revision as of 19:25, 6 June 2020