From b62884edede1506515df3b24cbd3d1cd7ef69d8b Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 16 Jun 2021 10:27:57 +0200 Subject: [PATCH] FEM, examples, typos --- .../Fem/femexamples/material_multiple_bendingbeam_fivefaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py index 277f729013..bd6e45f622 100644 --- a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py +++ b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py @@ -85,7 +85,7 @@ def setup(doc=None, solvertype="ccxtools"): face_obj5.Placement.Base = (80, 0, 0) doc.recompute() - # make a Shell out of the facees, to be able to remesh with GUI + # make a Shell out of the faces, to be able to remesh with GUI geom_obj = doc.addObject("Part::MultiFuse", "Fusion") geom_obj.Shapes = [face_obj1, face_obj2, face_obj3, face_obj4, face_obj5] if FreeCAD.GuiUp: