FreeCAD Workbench Python Programming: Difference between revisions
Jump to navigation
Jump to search
(Add link to PySide) |
(Add todo) |
||
Line 3: | Line 3: | ||
=Links= | =Links= | ||
'''TODO:''' Begin grouping links into related sub-sections. | |||
* [https://wiki.freecadweb.org/index.php?title=Python_scripting_tutorial FreeCAD Wiki - Python scripting tutorial] | * [https://wiki.freecadweb.org/index.php?title=Python_scripting_tutorial FreeCAD Wiki - Python scripting tutorial] | ||
* [https://wiki.freecadweb.org/index.php?title=FreeCAD_Scripting_Basics FreeCAD Wiki - FreeCAD Scripting Basics] | * [https://wiki.freecadweb.org/index.php?title=FreeCAD_Scripting_Basics FreeCAD Wiki - FreeCAD Scripting Basics] |
Revision as of 01:09, 23 April 2020
Introduction
This page is meant as a comprehensive collection of resources around how to create a FreeCAD workbench using Python programming.
Links
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
- FreeCAD Forums - Python scripting and macros