Tutorial : Introduction to mechanical engineering with FreeCAD

A place to share learning material: written tutorials, videos, etc.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by jpg87 »

YRabbit wrote: Thu Feb 27, 2020 12:55 am Can I download the sources of this assembly (1st example : using sub-object shape binder) somewhere?
Hello,
I just put a link to the source files in .7z (right click and choose save as ...) on

http://help-freecad-jpg87.fr/025c5_ass_ ... eption.php

Tell me if you have any problems.
My website : http://help-freecad-jpg87.fr updated 2023/11/06
YRabbit
Posts: 3
Joined: Mon Jun 25, 2018 2:34 am

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by YRabbit »

Thank you!
Still can't open Asm3GuidedCart :( Image
Let's see when the check for the graph loop appeared ...

Code: Select all

commit 94c228973d2f4cf8584a6558ba239ba0ff11e5d9
Author: Zheng, Lei <realthunder.dev@gmail.com>
Date:   Fri Jul 5 08:39:54 2019 +0800

-        dep.insert(dep.end(), objDep.begin(), objDep.end());
-        dep.push_back(obj);
+    std::list<Vertex> make_order;
+    try {
+        boost::topological_sort(depList, std::front_inserter(make_order));
+    } catch (const std::exception& e) {
+        std::string msg("Document::getDependentDocuments: ");
+        msg += e.what();
+        throw Base::RuntimeError(msg);
     }
It just can't be for you to use a version younger than July 5th. Somewhere I screwed up. :(
User avatar
Aleks
Posts: 309
Joined: Sun Mar 08, 2020 5:27 pm
Location: Bonn, Germany
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by Aleks »

I have just found this topic. It looks like we are on the same mission. I want to make FreeCAD the default CAD System for small businesses and education. What is your goal?
FreeCAD als Maschinenbauer in die Konstruktion und Fertigung integrieren. Schulung buchen: www.alsado.de/freecad-schulungen
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by jpg87 »

Aleks wrote: Wed Mar 18, 2020 1:43 pm What is your goal?
My goal is simple: to bring some knowledge and a little methodology to those who do not always know where to start.
My approach is obviously not the only one.
I developed and used it for years with Catia and SolidWorks as a teacher with beginners, and it worked well.
FreeCAD was not yet mature enough when I retired.
So now I'm doing what I can to make the hard work of the programmers useful to as many people as possible.
My website : http://help-freecad-jpg87.fr updated 2023/11/06
User avatar
Aleks
Posts: 309
Joined: Sun Mar 08, 2020 5:27 pm
Location: Bonn, Germany
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by Aleks »

jpg87 wrote: Wed Mar 18, 2020 3:40 pm
Aleks wrote: Wed Mar 18, 2020 1:43 pm What is your goal?
My goal is simple: to bring some knowledge and a little methodology to those who do not always know where to start.
My approach is obviously not the only one.
I developed and used it for years with Catia and SolidWorks as a teacher with beginners, and it worked well.
FreeCAD was not yet mature enough when I retired.
So now I'm doing what I can to make the hard work of the programmers useful to as many people as possible.
Tell me about it if I can help you somehow.
FreeCAD als Maschinenbauer in die Konstruktion und Fertigung integrieren. Schulung buchen: www.alsado.de/freecad-schulungen
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by jpg87 »

Aleks wrote: Thu Mar 19, 2020 2:30 pm Tell me about it if I can help you somehow.
Publicizing the site to people who may be interested and hearing their opinions would be good!
My website : http://help-freecad-jpg87.fr updated 2023/11/06
Celica_Supra

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by Celica_Supra »

What a cool website! Thanks for making it
User avatar
Aleks
Posts: 309
Joined: Sun Mar 08, 2020 5:27 pm
Location: Bonn, Germany
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by Aleks »

jpg87 wrote: Sat Mar 21, 2020 12:27 pm
Aleks wrote: Thu Mar 19, 2020 2:30 pm Tell me about it if I can help you somehow.
Publicizing the site to people who may be interested and hearing their opinions would be good!
I will do it.
FreeCAD als Maschinenbauer in die Konstruktion und Fertigung integrieren. Schulung buchen: www.alsado.de/freecad-schulungen
User avatar
freecadjam
Veteran
Posts: 1994
Joined: Tue Jul 17, 2018 10:47 am
Contact:

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by freecadjam »

Hello from charente-maritime. I really liked the video module for arch, the walls of variable thickness. You are a great help for people like me who spend hours repeating procedures that do not work because the versions may evolve but also out of lack of habit of all the subtleties not so user-friendly of freecad (and linux?). I will study all your videos by asking for those that target the arch. I'm already stumbling on the first of the roofs: a difficult point at the time of the carbon copy of the sketch of the walls will ask me a little more time and then it will be the complex roofs then the windows etc.
already thanks to you: https://sites.google.com/site/hoteldeme ... freecad019
flowwie
Posts: 87
Joined: Fri Jan 25, 2019 9:59 pm

Re: Tutorial : Introduction to mechanical engineering with FreeCAD

Post by flowwie »

jpg87 wrote: Sat Mar 21, 2020 12:27 pm
Aleks wrote: Thu Mar 19, 2020 2:30 pm Tell me about it if I can help you somehow.
Publicizing the site to people who may be interested and hearing their opinions would be good!
Hi!
Maybe you know my little youtube channel "flowwies corner" that focuses on CAD tutorials.
I think I have built a nice number of viewers and I could suggest you to introduce your website to my viewers.
I thought about presenting your website and following the tutorials you give on the website in my videos like a "lets try these tutorials and build the demo parts myself live on video". of course I will show your site and give the correct attribution and sources to your website.
Drop me a message if you're interested. I will not do anything without your permission.

à bientôt
Florian
hello.
Post Reply