Tutorials: Difference between revisions

From FreeCAD Documentation
No edit summary
(Restored link that previous editor erroneously linked to the OLD AND OBSOLETE TUTORIAL.)
(47 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
This page lists examples and tutorials found in other sections of this wiki and on other places on the net.
<translate>
<!--T:1-->
This page presents a selection of high quality written tutorials. A complete, unsorted list of tutorials can be found in [[:Category:Tutorials]].
Visit [[offsite tutorials]] and [[video tutorials]] for lists of tutorials hosted on external sites. A useful source of video tutorials is [https://YouTube.com YouTube].


<!--T:24-->
==Video Tutorials==
If you'd like to contribute with writing wiki documentation and tutorials, see the general wiki guidelines in [[WikiPages]],
and read the [[tutorial guidelines]].


<!--T:25-->
* http://www.youtube.com/watch?v=LOAxc1StGW8 : Parametric modeling in FreeCAD
Please notice the version of FreeCAD used in the tutorial as some tutorials may use an old version of the program. Although the general modelling process may still work, some tools may have changed.
* http://www.youtube.com/watch?v=GFuyF78QLGc : Extracting 2D drawings from 3D models


==Drafting and Modeling==
==Architecture and BIM== <!--T:2-->


</translate>
* [[Draft tutorial]]: A simple tutorial showing how to use FreeCAD's 2D drafting module
<gallery mode=packed heights=200px style="font-size:1.1em">
* [http://wkupiesila.blogspot.com/2009/12/rozgryzamy-freecad-krok-po-kroku.html#googtrans/pl/en a quick description of FreeCAD's modeling tools]
<translate>
* [http://wkupiesila.blogspot.com/2009/12/freecad-poznajemy-klawisz-f5.html#googtrans/pl/en FreeCAD's parametric power at work]
<!--T:3-->
File:Arch tutorial 00.jpg|link=[[Arch tutorial]]|[[Arch tutorial]] (v0.14) <br/>This is the essential introduction to the Arch Workbench. It is extensive and showcases a typical workflow, from importing plans in DXF format to building the 3D model.
File:Exercise arch 01.jpg|link=[[Manual:BIM_modeling]]|[[Manual:BIM_modeling|BIM modeling]] <br/>How to model a small house, produce a blueprint with TechDraw, and export to IFC.
File:11_T01_window_all_symbol_top.png|link=[[Tutorial_for_open_windows]]|[[Tutorial for open windows|Open windows and doors]] (v0.18) <br/>How to display windows and doors as open, with elevation and plan symbols, and produce a basic floor plan with TechDraw.
File:17_T02_sketch_2_attached_correctly.png|link=[[Tutorial custom placing of windows and doors]]|[[Tutorial custom placing of windows and doors|Design custom windows]] (v0.18) <br/>How to draw custom doors and windows using the Sketcher, and adjust their normals to correctly place them in walls.
File:Arch_panel_tutorial_01.jpg|link=[[Arch panel tutorial]]|[[Arch panel tutorial]] (v0.15) <br/>Modeling a microhouse roof panel by using the Sketcher, the Window tool, and the Panel tool.
File:Arch_Wikihouse_01.jpg|link=[[Wikihouse porting tutorial]]|[[Wikihouse porting tutorial|WikiHouse modelling]] <br/>Re-modeling the WikiHouse project using sketches and panels, starting from importing a mesh model created in SketchUp.
</translate>
</gallery>
<translate>


==Modeling Parts== <!--T:4-->
==Scripting==


<!--T:5-->
* [[Introduction to python]]: A generic introduction to python programming, if you are totally new to it
FreeCAD provides two main workflows to modeling parts:
* [[Line drawing function]]: How to build a simple tool to draw lines
* combining objects, a method called [https://en.wikipedia.org/wiki/Constructive_solid_geometry constructive solid geometry (CSG)] using the [[Part Module|Part workbench]], and
* [[Dialog creation]]: How to construct dialogs with Qt designer, and use them in FreeCAD
* using parametric modelling and [[Glossary#Feature|feature]] editing with the [[PartDesign Workbench]].
* [[Embedding FreeCAD]]: How to import FreeCAD as a python module in other applications


<!--T:23-->
==CAD Part scripting==
Please note that the [[PartDesign Workbench]] workflow was considerably changed from FreeCAD 0.17 onward; some of the tutorials haven't been updated and may refer to the 0.16 version.


</translate>
* [[Topological_data_scripting#Creating_simple_topology|Creating simple topology]]: The basics of shape creation
<gallery mode=packed heights=200px style="font-size:1.1em">
* [[Topological_data_scripting#The_OCC_bottle|The OCC bottle]]: A classical openCasCade example transposed in FreeCAD
<translate>
<!--T:6-->
File:GGTuto1 Vue.PNG|link=[[Creating a simple part with PartDesign]]|[[Creating a simple part with PartDesign]] (v0.17)<br/>An introduction to the PartDesign workflow: tracing a sketch, using pad, pocket, and moving the object.
PD WB Tutorial018.png|link=[[Basic Part Design Tutorial 017]]|[[Basic Part Design Tutorial 017|Basic Part Design Tutorial]] (v0.17)<br/>Model a simple part using a feature editing methodology: creating a sketch, using pad, external references, pocket, and mirror.
TBHS-model.png|link=[[Toothbrush Head Stand]]|[[Toothbrush Head Stand|Model an electric toothbrush head stand]] (v0.16)<br/>Multiple features used: sketch, distance and coincident constraints, pad, external references, fillet, chamfer, linear pattern, and draft.
Exercise lego 01.jpg|link=[[Manual:Modeling for product design]]|[[Manual:Modeling for product design|Modeling for product design]] (v0.16)<br/>Modeling a Lego block: sketches, vertical and horizontal distance constraints, pad, pocket, external reference, linear pattern, and assembly.
Exercise table complete.jpg|link=[[Manual:Traditional modeling, the CSG way]]|[[Manual:Traditional modeling, the CSG way|Traditional modeling, the CSG way]]<br/>Modeling a table by using simple solids like cubes and cylinders, and performing boolean operations (fusions and cuts) with them.
TutorialDraftShapeString_Complete.jpg|link=[[Draft ShapeString tutorial]]|[[Draft ShapeString tutorial]] (v0.16)<br/>Create engraved text on a solid: extrude a shapestring to make it solid, then use a boolean cut to carve it from another solid.
Tutorial WhiffleBall.jpg|link=[[Whiffle Ball tutorial]]|[[Whiffle Ball tutorial|Create a wiffle ball]] (v0.16)<br/>Use solid primitives, like cubes and cylinders, and boolean operations, like union and cut, to create a hollowed ball.
Tutorial-normand06.jpg|link=[[Basic modeling tutorial]]|[[Basic modeling tutorial]] <br/>Create an iron angle by two methods: using solid primitives, and boolean operations (CSG); and by extruding a planar profile.
</translate>
</gallery>
<translate>

==Drafting and Sketching == <!--T:7-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:8-->
Exercise cabin 01.jpg|link=[[Manual:Traditional 2D drafting]]|[[Manual:Traditional 2D drafting|Traditional 2D drafting]] <br/>Draw a floor plan with lines, wires, rectangles, circular arcs, and add hatch patterns, annotations, and dimensions. Export the result to DXF.
Draft_tutorial_result.png|link=[[Draft tutorial]]|[[Draft tutorial]] (v0.16) <br/>This is a basic introduction to the tools of the Draft Workbench: working plane, grid, line, arc, upgrade, rectangle, circle, polygon, arrays, dimensions, annotations, and shapestring.
Sketcher tutorial result.png|link=[[Sketcher tutorial]]|[[Sketcher tutorial]] (v0.16) <br/>This is a basic introduction to the tools of the Sketcher Workbench: construction mode, line, circle, arc, constraints (equality, vertical, horizontal, tangential, distance, angle, radius).
Constrain3.png|link=[[Sketcher Micro Tutorial - Constraint Practices]]|[[Sketcher Micro Tutorial - Constraint Practices|Sketcher micro tutorial]] (v0.16)<br/>Learn to efficiently constrain a sketch. Prefer geometric constraints over dimensional constraints.
</translate>
</gallery>
<translate>

==Technical Drawings == <!--T:9-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:10-->
TDTut ProjGroup21.png|link=[[Basic TechDraw Tutorial]]|[[Basic TechDraw Tutorial|Basic TechDraw Tutorial]] (v0.17) <br/>This is the essential introduction to the tools of the TechDraw Workbench: page, view, scale, vertical and horizontal dimensions, annotations, projection groups, linking dimensions to the 3D view.
File:FCTemplateHow.png|link=[[TechDraw_TemplateHowTo]]|[[TechDraw_TemplateHowTo|Creating a new background template]] (v0.17) <br/>Instructions to create a page template in Inkscape for using it with the TechDraw Workbench. Determine the size of the sheet, draw a frame for the page, define fixed text, and editable text fields.
</translate>
</gallery>
<translate>

==FEM == <!--T:11-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:12-->
FEM example01 pic00.jpg|link=[[FEM CalculiX Cantilever 3D]]|[[FEM CalculiX Cantilever 3D|CalculiX cantilever FEM analysis]] (v0.17) <br/>This in an example included in every installation of FreeCAD; it demonstrates a basic analysis with the CalculiX FE solver. Purge the current result, re-run the solver, and view the displacements and stresses in the deformed mesh in the viewport.
FEM tutorial result.png|link=[[FEM tutorial]]|[[FEM tutorial|Simple FEM introduction]] (v0.17) <br/>This is a short introduction to the steps required to perform an analysis in the FEM Workbench: model your object, create a mesh, add constraints and forces, add a material, run the solver, and visualize the results.
Figure 11 Deformed Mesh.png|link=[[FEM Shear of a Composite Block]]|[[FEM Shear of a Composite Block|FEM shear analysis of a composite block]] (v0.17) <br/>Study the deformation of a block made of a hard nucleus surrounded by a softer material: create mesh regions, add materials, set up sliding constraints, add shear loads, run the solver, and visualize the results with a clip plane.
</translate>
</gallery>
<translate>

==CNC & 3D Printing == <!--T:13-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:14-->
Path-WalkThroughResult.gif|link=[[Path Walkthrough for the Impatient]]|[[Path Walkthrough for the Impatient|Path Workbench for the impatient]] <br/>This is a quick presentation of the workflow for the Path Workbench: create a job, define the output, define the milling tool, define the path operations, start the simulation, and generate a G-code output file.
Exercise meshing 03.jpg|link=[[Manual:Preparing models for 3D printing]]|[[Manual:Preparing models for 3D printing|Preparing models for 3D printing]] (v0.16)<br/>Convert a solid object to a mesh object using the Mesh Workbench, export the mesh to STL format, and use Slic3r to prepare the G-code. Alternatively use the Cura Workbench or the Path Workbench to generate the G-code.
</translate>
</gallery>
<translate>

==Import and Export == <!--T:15-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:16-->
Dxf Importer Install 11.png|link=[[Dxf Importer Install]]|[[Dxf Importer Install|DXF importer installation]] <br/>Install the DXF importer program in you system, so that you can open DXF and DWG files with FreeCAD.
</translate>
</gallery>
<translate>

==Rendering == <!--T:17-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:18-->
Exercise raytracing 05.jpg|link=[[Manual:Creating renderings]]|[[Manual:Creating renderings|Creating renderings]] <br/>Quickly produce a rendered image of your bodies with POV-Ray and LuxRender, if they are installed in your system.
Raytracing tutorial result.png|link=[[Raytracing tutorial]]|[[Raytracing tutorial]] (v0.16) <br/>Describes the basic workflow of the Raytracing Workbench using POV-Ray or LuxRender: set the path to the renderers, create a project, set the camera position, select the model, run the renderer.
Povray_before_after.png|link=[http://forum.freecadweb.org/viewtopic.php?f=36&t=32745]|[https://forum.freecadweb.org/viewtopic.php?f=36&t=32745 FreeCAD / pov ray tutorial] (v0.18) <br/>Workflow to produce a better render with POV-Ray: create a project, select objects, set the camera, save the .pov file, manually edit the file to improve the information on textures, planes, camera, lights, and then run the renderer from the command line.
</translate>
</gallery>
<translate>

==Robot workbench == <!--T:19-->

</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:20-->
Robot Tutorial RobotSimulation.gif|link=[[Robot tutorial]]|[[Robot tutorial]] (v0.17) <br/>Simulate the movement of an industrial robot: set up a trajectory, set up home position, change the robot position, insert various waypoints, and simulate the robot movement.
</translate>
</gallery>
<translate>

== Plotting == <!--T:28-->
</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:29-->
Plot_Trigonometric_Example.png|link=[[Plot Basic tutorial]]|[[Plot Basic tutorial|Basic plot]] <br/>Draw simple mathematical functions in the Plot Workbench using the underlying Python plotting libraries: define the input list (X), two output lists (Y1, Y2), plot the functions (Y1 and Y2 against X), set the grid, line styles, legends, axes labels, plot title, and save the plot.
Plot_MultiAxes_Example.png|link=[[Plot MultiAxes tutorial]]|[[Plot MultiAxes tutorial|Multiaxes plot]] <br/>Draw a more complicated plot in the Plot Workbench with two different input lists (X, T), and three output lists (Y1, Y2, Y3), then create two sets of axes in the same plot, and plot the pairs of lists (Y1 against X, and Y2 and Y3 against T); set the axes labels and grid, and move the legends and title.
</translate>
</gallery>
<translate>

== Drawings == <!--T:26-->
{{VeryImportantMessage|Development of the [[Drawing Workbench]] stopped in FreeCAD 0.16. Consider using the [[TechDraw Workbench]] instead.}}
</translate>
<gallery mode=packed heights=200px style="font-size:1.1em">
<translate>
<!--T:27-->
Drawing_tutorial_result.png|link=[[Drawing tutorial]]|[[Drawing tutorial]] (v0.16)<br/>This is the essential introduction to the tools of the Drawing Workbench to create blueprints.
Exercise drawing 01.jpg|link=[[Manual:Generating 2D drawings]]|[[Manual:Generating 2D drawings|Generating 2D drawings]] (v0.16)<br/>Generate 2D projections of your 3D models, and add dimensions.
</translate>
</gallery>
<translate>

<!--T:21-->
{{docnav|List of Commands|Interface Customization}}

<!--T:22-->
[[Category:Tutorials]]
[[Category:User Documentation]]
</translate>

Revision as of 01:27, 19 April 2019

This page presents a selection of high quality written tutorials. A complete, unsorted list of tutorials can be found in Category:Tutorials.

Visit offsite tutorials and video tutorials for lists of tutorials hosted on external sites. A useful source of video tutorials is YouTube.

If you'd like to contribute with writing wiki documentation and tutorials, see the general wiki guidelines in WikiPages, and read the tutorial guidelines.

Please notice the version of FreeCAD used in the tutorial as some tutorials may use an old version of the program. Although the general modelling process may still work, some tools may have changed.

Architecture and BIM

Modeling Parts

FreeCAD provides two main workflows to modeling parts:

Please note that the PartDesign Workbench workflow was considerably changed from FreeCAD 0.17 onward; some of the tutorials haven't been updated and may refer to the 0.16 version.

Drafting and Sketching

Technical Drawings

FEM

CNC & 3D Printing

Import and Export

Rendering

Robot workbench

Plotting

Drawings

Development of the Drawing Workbench stopped in FreeCAD 0.16. Consider using the TechDraw Workbench instead.
List of Commands
Interface Customization