FreeCAD Workbench Programming 101: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 1: Line 1:
=Abstract=
=Abstract=
CAD models are very important in OSE Development. Dedicated FreeCAD workbenches make the creation of CAD models easier, faster and more reliable.  
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.
In this video we will show essential steps to create a FreeCAD workbench. The process starts with downloading OSE Linux distribution that includes development and continuous integration capacity in Python, so that new workbenches can be created readily. We go through examples of programmability in FreeCAD:
Finally, we will briefly talk about source code licensing.
#Using [[Spreadsheet Workbench]] to generate CAD
#Using the [[OpenSCAD Workbench]] to generate geometry
#Using [[FreeCAD Macros
 
 
==Resources==
*How to create macros - See [https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/How_to_install_macros.md]


=Video=
=Video=

Revision as of 20:24, 2 January 2024

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. The process starts with downloading OSE Linux distribution that includes development and continuous integration capacity in Python, so that new workbenches can be created readily. We go through examples of programmability in FreeCAD:

  1. Using Spreadsheet Workbench to generate CAD
  2. Using the OpenSCAD Workbench to generate geometry
  3. Using [[FreeCAD Macros


Resources

  • How to create macros - See [1]

Video

edit

Links