FreeCAD Workbench Python Programming: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Add Topological data scripting)
(Add Placement)
Line 5: Line 5:
* [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://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:56, 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