Workbench Design in FreeCAD: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Start by going into Mod and observing what happens in D3D Workbench See minimalistic workbench by Stephen - https://github.com/skaiser/FreeCAD_Workbench_Starter Steps to expe...") |
No edit summary |
||
Line 1: | Line 1: | ||
Start by going into Mod and observing what happens in D3D Workbench | #Start by going into Mod and observing what happens in D3D Workbench | ||
See minimalistic workbench by Stephen - https://github.com/skaiser/FreeCAD_Workbench_Starter | #See minimalistic workbench by Stephen - https://github.com/skaiser/FreeCAD_Workbench_Starter | ||
Steps to experiment with when creating workbenches: | #Steps to experiment with when creating workbenches: | ||
#First step - just use FreeCAD without command line, using existing functions | ##First step - just use FreeCAD without command line, using existing functions | ||
##Python console automatically creates commands there | ###Python console automatically creates commands there | ||
##Go to View->Panels->Python Console | ###Go to View->Panels->Python Console | ||
#Do a FreeCAD console command | ##Do a FreeCAD console command | ||
#Do a macro to do the same thing | ##Do a macro to do the same thing | ||
#Write a Python module | ##Write a Python module | ||
#When finished testing, put the code into workbench | ##When finished testing, put the code into workbench |
Latest revision as of 17:47, 29 May 2018
- Start by going into Mod and observing what happens in D3D Workbench
- See minimalistic workbench by Stephen - https://github.com/skaiser/FreeCAD_Workbench_Starter
- Steps to experiment with when creating workbenches:
- First step - just use FreeCAD without command line, using existing functions
- Python console automatically creates commands there
- Go to View->Panels->Python Console
- Do a FreeCAD console command
- Do a macro to do the same thing
- Write a Python module
- When finished testing, put the code into workbench
- First step - just use FreeCAD without command line, using existing functions