FreeCAD Workbench Programming 101
Abstract
CAD models are very important in OSE Development. Dedicated FreeCAD workbenches make the creation of CAD models easier, faster and more reliable. In this video we will show essential steps to create a FreeCAD workbench and provide some tips and tricks. We will set FreeCAD up for development. Then we will go through different important documentation sources: auto-completion, automatic python modules documentation, FreeCAD homepage, FreeCAD source code, Module developer's guide, and source code of FreeCAD add-ons. Then we will install the OSE D3D printer workbench module and explain how it works. Finally, we will briefly talk about source code licensing.
Video
Links
- Workbench starter kit - https://github.com/skaiser/FreeCAD_Workbench_Starter
- 3DP workbench started - https://github.com/skaiser/D3D-Printer-Workbench
- How to write an abstract
- More thorough treatment - FreeCAD Workbench Python Programming
- FreeCAD Programming
- FreeCAD Workbench Programming 101