OSE FreeCAD Tutorials: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
m (Added a note about pausing the video)
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=Meta=
=Basics=
Take-home points and learning outcomes of the 2 tutorials below:
*This page lists various [[Video Tutorials]] on how to use [[FreeCAD]]
*by learning to sketch in FreeCAD, you can then create any 3D objects imaginable
*Importing part libraries and working with them is a powerful way to do design work using Part Libraries. This can get the casual user to powerful design capacity usig real geometries.


=Introduction=
=By OSE=
After these 2 tutorials, you are ready to work on [[User Contributed Designs]]. Plz pause the video as needed in order to practice the demonstrated lesson. These tutorials are very compact.
==OSE FreeCAD Tutorial 1==
Tutorial 1 Introduces the sketcher workbench in FreeCAD, so you can then create any 3D objects imaginable


=Tutorial 1=
<html><iframe width="480" height="270" src="https://www.youtube.com/embed/RwcFg-anVHE" frameborder="0" allowfullscreen></iframe></html>


<html><iframe width="560" height="315" src="https://www.youtube.com/embed/RwcFg-anVHE" frameborder="0" allowfullscreen></iframe></html>
==OSE FreeCAD Tutorial 2==
Tutorial 2 Introduces part libraries. Importing parts from libraries and assembling them is a powerful way to do design work. This can get the casual user to powerful design capacity using real geometries.


=Tutorial 2=
<html><iframe width="480" height="270" src="https://www.youtube.com/embed/RLRppdFAtzY" frameborder="0" allowfullscreen></iframe></html>


<html><iframe width="560" height="315" src="https://www.youtube.com/embed/RLRppdFAtzY" frameborder="0" allowfullscreen></iframe></html>
=By Others=
* '''need to find some, for other perspective, tricks, and teachers (some work better for some than others etc)


=Please Comment on How Long it Took You To Learn the Tutorials Above=
FreeCAD Parametric Quick How To
*https://www.youtube.com/watch?v=NMVY3WjdtLY
<html><iframe width="480" height="270" src="https://www.youtube.com/embed/NMVY3WjdtLY" frameborder="0" allowfullscreen></iframe></html>


FreeCAD Techdraw Engineering Drawing
*https://www.youtube.com/watch?v=NMVY3WjdtLY
<html><iframe width="480" height="270" src="https://www.youtube.com/embed/w9dxE_ETtjU" frameborder="0" allowfullscreen></iframe></html>


<html><div id="disqus_thread"></div>
=Internal Links=
<script>
*[[FreeCAD]]
/**
*[[FreeCAD 101]] all of OSE's lessons. The 2 above are a start.
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
*[[FreeCAD Workbench Python Programming]] - how to make custom workbenches
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*[[FreeCAD Workbenches]]
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');


s.src = '//osefreecadinstructionals.disqus.com/embed.js';
=External Links=
 
*
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript></html>
 
 
=Links=
*[[FreeCAD Architecture Tutorial]]

Latest revision as of 02:51, 3 November 2025

Basics

By OSE

OSE FreeCAD Tutorial 1

Tutorial 1 Introduces the sketcher workbench in FreeCAD, so you can then create any 3D objects imaginable

OSE FreeCAD Tutorial 2

Tutorial 2 Introduces part libraries. Importing parts from libraries and assembling them is a powerful way to do design work. This can get the casual user to powerful design capacity using real geometries.

By Others

  • need to find some, for other perspective, tricks, and teachers (some work better for some than others etc)

FreeCAD Parametric Quick How To

FreeCAD Techdraw Engineering Drawing

Internal Links

External Links