FreeCAD Scripts: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
These are video scripts of 2 minute Extreme Learning FreeCAD instructionals.
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 danimations example.
==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=
=Links=
*[[FreeCAD]]
*[[FreeCAD]]

Revision as of 03:34, 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 danimations example.

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