FreeCAD Workbench Python Programming: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Add Placement)
(Add more links)
Line 3: Line 3:


=Links=
=Links=
* [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/Scripted_objects FreeCAD Wiki - Scripted objects]
* [https://wiki.freecadweb.org/Scripted_objects FreeCAD Wiki - Scripted objects]
* [https://wiki.freecadweb.org/Topological_data_scripting FreeCAD Wiki - Topological data scripting]
* [https://wiki.freecadweb.org/Topological_data_scripting FreeCAD Wiki - Topological data scripting]
* [https://wiki.freecadweb.org/Placement FreeCAD Wiki - Placement]
* [https://wiki.freecadweb.org/Placement FreeCAD Wiki - Placement]
* [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]

Revision as of 00:58, 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