Tutorials for 0.14 PartDesign

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
jrheinlaender
Posts: 554
Joined: Sat Apr 07, 2012 2:42 am

Tutorials for 0.14 PartDesign

Post by jrheinlaender »

I created two tutorials showing how to use the 0.14 PartDesign workbench to create a simple cast part.

http://www.freecadweb.org/wiki/index.ph ... Tutorial_I
http://www.freecadweb.org/wiki/index.ph ... utorial_II

The tutorials are not a detailed explanation of the functionality of the workbench, rather a comparison of two different modeling techniques.

If anyone has the time it would be great to "debug" the tutorials by trying to follow along the steps. I'm sure that lots of things that appear obvious to me are in fact not obvious and should be explained in the tutorial ...

Of course, you will need to compile the 0.14 PartDesign workbench from my github account:
https://github.com/jrheinlaender/FreeCA ... partdesign

Jan
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Tutorials for 0.14 PartDesign

Post by yorik »

Wow, very, very nice tutorials... Congrats!
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Tutorials for 0.14 PartDesign

Post by triplus »

Thanks!
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Tutorials for 0.14 PartDesign

Post by jriegel »

Cool!

That reminds me that we should merge your work soon into master :)
Stop whining - start coding!
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Tutorials for 0.14 PartDesign

Post by NormandC »

Someone posted a help request on that tutorial. He's attempting to follow it on FreeCAD 0.14.2192.

viewtopic.php?f=3&t=4305

Could you please add a big textbox at the top of the page to the effect this tutorial is only for a development branch that is not yet available?

Thank you.
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Tutorials for 0.14 PartDesign

Post by jriegel »

This is the DEVELOPER forum! We talk a lot of stuff here which is not intended for users!
Jan PartDesign stuff is not even in master. So for the normal user we can disclose everything here!

Later on we can make PartDesign and Assembly forums in the Help section.
Stop whining - start coding!
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Tutorials for 0.14 PartDesign

Post by NormandC »

The user didn't find the tutorial here, he found it on the wiki! Anyone can find it since it's listed in the Tutorials page!!!

http://www.freecadweb.org/wiki/index.ph ... =Tutorials

All I'm asking is that on the tutorial, a note be added that it is not for a current FreeCAD version yet!
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Tutorials for 0.14 PartDesign

Post by jriegel »

Ok, that we have to disclose !
Stop whining - start coding!
jrheinlaender
Posts: 554
Joined: Sat Apr 07, 2012 2:42 am

Re: Tutorials for 0.14 PartDesign

Post by jrheinlaender »

All I'm asking is that on the tutorial, a note be added that it is not for a current FreeCAD version yet!
You're right, I should have done that. Can anybody tell me how to add a BIG warning in a coloured box like I remember seeing on some other pages?

Jan
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Tutorials for 0.14 PartDesign

Post by NormandC »

It's a template Yorik did in CSS, it's called with a custom tag. The Download page uses it: https://sourceforge.net/apps/mediawiki/ ... e=Download

The tag is as follows:

Code: Select all

{{VeryImportantMessage|'''FreeCAD is under heavy development and might not be ready for production use'''}}
I don't think you get to set a specific color though.
Post Reply