Scripting and macros: Difference between revisions

From FreeCAD Documentation
(Added a link.)
(Marked this version for translation)
Line 8: Line 8:
}}
}}


==Overview of Python scripting pages==
==Overview of Python scripting pages== <!--T:7-->


<!--T:8-->
* Python related pages in the Manual:
* Python related pages in the Manual:
** [[Manual:A_gentle_introduction|A gentle introduction]]
** [[Manual:A_gentle_introduction|A gentle introduction]]
Line 16: Line 17:
** [[Manual:Creating_interface_tools|Creating interface tools]]
** [[Manual:Creating_interface_tools|Creating interface tools]]


<!--T:9-->
* Basics:
* Basics:
** [[Macros|Working with macros]]
** [[Macros|Working with macros]]
Line 23: Line 25:
** [[FreeCAD_Scripting_Basics|FreeCAD scripting basics]]
** [[FreeCAD_Scripting_Basics|FreeCAD scripting basics]]


<!--T:10-->
* Built-in workbench related:
* Built-in workbench related:
** [[Drawing_API_example|Drawing scripting]] ({{Emphasis|the Drawing workbench is obsolete}})
** [[Drawing_API_example|Drawing scripting]] ({{Emphasis|the Drawing workbench is obsolete}})
Line 35: Line 38:
** [[Raytracing_API_example|Raytracing scripting]] ({{Emphasis|the Raytracing workbench is obsolete}})
** [[Raytracing_API_example|Raytracing scripting]] ({{Emphasis|the Raytracing workbench is obsolete}})


<!--T:11-->
* FeaturePython objects (also called 'scripted objects'):
* FeaturePython objects (also called 'scripted objects'):
** [[FeaturePython_Objects|Create a FeaturePython object part I]]
** [[FeaturePython_Objects|Create a FeaturePython object part I]]
Line 47: Line 51:
** [[FeaturePython_methods|Methods]]
** [[FeaturePython_methods|Methods]]


<!--T:12-->
* [[3D_view|3D view]]:
* [[3D_view|3D view]]:
** [[Scenegraph|The Coin scenegraph]]
** [[Scenegraph|The Coin scenegraph]]
** [[Pivy|Pivy]]
** [[Pivy|Pivy]]


<!--T:13-->
* User interface:
* User interface:
** [[PySide|PySide]]
** [[PySide|PySide]]
Line 66: Line 72:
** [[Qt_Example|Qt Example]]
** [[Qt_Example|Qt Example]]


<!--T:14-->
* Snippets and examples:
* Snippets and examples:
** [[Command|Define a command]]
** [[Command|Define a command]]
Line 75: Line 82:
** [[Piffpoof_Macro_Half-Hull_Model|Macro Half-Hull Model]]
** [[Piffpoof_Macro_Half-Hull_Model|Macro Half-Hull Model]]


<!--T:15-->
* Miscellaneous:
* Miscellaneous:
** [[Debugging]]
** [[Debugging]]

Revision as of 12:00, 24 August 2020

Overview of Python scripting pages