FreeCAD Scripts: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
Do basic stress analysis on single parts. Analizing a bolted frame assembly.
Do basic stress analysis on single parts. Analizing a bolted frame assembly.
==Exploded Part Animations==
==Exploded Part Animations==
Exploded part danimations example.  
Exploded part diagrams and animations example.
 
==Reverse Engineering==
How best to reverse engineer anything.
 
==File Manipulation==
Importing, exporting, converting in order to use any file from anywhere.
 
==FreeCAD Development==
==FreeCAD Development==
Kernel. Program. Builds. Repos. Workbenches. Libraries. Wrappers. Running scripts. Python. Macros. Command Line programming of FreeCAD.
Kernel. Program. Builds. Repos. Workbenches. Libraries. Wrappers. Running scripts. Python. Macros. Command Line programming of FreeCAD.

Revision as of 03:36, 5 January 2016

Intro

These are video scripts of 2 minute Extreme Learning FreeCAD instructionals.

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.

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.

Reverse Engineering

How best to reverse engineer anything.

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.

Links