FreeCAD Workbench Python Programming: Difference between revisions
Jump to navigation
Jump to search
(Add todo) |
(Break up links into where to learn and get help sections) |
||
Line 2: | Line 2: | ||
This page is meant as a comprehensive collection of resources around how to create a FreeCAD workbench using Python programming. | This page is meant as a comprehensive collection of resources around how to create a FreeCAD workbench using Python programming. | ||
= | =Where to Learn= | ||
'''TODO:''' Begin grouping links into related sub-sections. | '''TODO:''' Begin grouping links into related sub-sections. | ||
Line 15: | Line 15: | ||
* [https://wiki.freecadweb.org/Dialog_creation FreeCAD Wiki - Dialog Creation] | * [https://wiki.freecadweb.org/Dialog_creation FreeCAD Wiki - Dialog Creation] | ||
* [https://wiki.freecadweb.org/PySide FreeCAD Wiki - PySide] | * [https://wiki.freecadweb.org/PySide FreeCAD Wiki - PySide] | ||
=Where to Get Help= | |||
* [https://forum.freecadweb.org/viewforum.php?f=22 FreeCAD Forums - Python scripting and macros] | * [https://forum.freecadweb.org/viewforum.php?f=22 FreeCAD Forums - Python scripting and macros] | ||
* [[OSE Slack Channel]] |
Revision as of 01:12, 23 April 2020
Introduction
This page is meant as a comprehensive collection of resources around how to create a FreeCAD workbench using Python programming.
Where to Learn
TODO: Begin grouping links into related sub-sections.
- FreeCAD Wiki - Python scripting tutorial
- FreeCAD Wiki - FreeCAD Scripting Basics
- FreeCAD Wiki - Scripted objects
- FreeCAD Wiki - Topological data scripting
- FreeCAD Wiki - Placement
- FreeCAD Wiki - FeaturePython objects
- FreeCAD Wiki - App FeaturePython
- FreeCAD Wiki - Creating a FeaturePython Box, Part II
- FreeCAD Wiki - Dialog Creation
- FreeCAD Wiki - PySide