FreeCAD Scripts: Difference between revisions
No edit summary |
(→CAM) |
||
Line 15: | Line 15: | ||
=CAM= | =CAM= | ||
Generate a toolpath from a 3D model. See reference - [http://sliptonic.com/dogfooding-with-freecad-path/] | Generate a toolpath from a 3D model. See reference - [http://forum.freecadweb.org/viewtopic.php?f=10&t=8622&start=40#p76010] and [http://sliptonic.com/dogfooding-with-freecad-path/]. From [http://forum.freecadweb.org/viewtopic.php?f=15&t=13705]. | ||
==Reverse Engineering== | ==Reverse Engineering== | ||
How best to reverse engineer anything. Start from STL or STEP, and replace with parametric part definitions. | How best to reverse engineer anything. Start from STL or STEP, and replace with parametric part definitions. | ||
Line 26: | Line 26: | ||
==Libraries== | ==Libraries== | ||
How to not have to draw anything. Screws. Parts. Repositories such as McMaster Carr, Misumi. Maufacturer's CAD. | How to not have to draw anything. Screws. Parts. Repositories such as McMaster Carr, Misumi. Maufacturer's CAD. | ||
=Links= | =Links= | ||
*[[FreeCAD]] | *[[FreeCAD]] |
Revision as of 03:52, 5 January 2016
Intro
These are proposed summary video scripts of 2 minute Extreme Learning FreeCAD instructionals. The specific script needs to be developed. You can parse accepted Video Tutorials to refactor them into Best Tutorials - [1].
Sketcher
Draw constrained geometry: length, parallel, perpendicular, angle, round corner, offset, line offset. Up to extruding a part.
Assembly
Boolean operations. Draw an assembly of items. Snap to edge, point, line. Align. With any number of parts.
Drawing Dimensioning
Draw pointers to circle radius, lengths offset correctly.
FEA
Do basic stress analysis on single parts. Analizing a bolted frame assembly.
Exploded Part Animations
Exploded part diagrams and animations example.
CAM
Generate a toolpath from a 3D model. See reference - [2] and [3]. From [4].
Reverse Engineering
How best to reverse engineer anything. Start from STL or STEP, and replace with parametric part definitions.
File Manipulation
Importing, exporting, converting in order to use any file from anywhere.
FreeCAD Development
Kernel. Program. Builds. Repos. Workbenches. Libraries. Wrappers. Running scripts. Python. Macros. Command Line programming of FreeCAD.
Libraries
How to not have to draw anything. Screws. Parts. Repositories such as McMaster Carr, Misumi. Maufacturer's CAD.