From bf221af686c8cc3f23720a847f900e06d790ca66 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 17 Jan 2021 23:43:10 +0100 Subject: [PATCH] FEM: mesh tools, add a comment --- src/Mod/Fem/femmesh/meshtools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mod/Fem/femmesh/meshtools.py b/src/Mod/Fem/femmesh/meshtools.py index 6a3de70875e9..c0b2d7275263 100644 --- a/src/Mod/Fem/femmesh/meshtools.py +++ b/src/Mod/Fem/femmesh/meshtools.py @@ -1621,6 +1621,9 @@ def get_pressure_obj_faces( # 0 if femmeshface normal == reference face normal direction # -1 if femmeshface normal opposite reference face normal direction # easy on plane faces, but on a half sphere ... ?!? + # might be useful to add ... + # How to find the orientation of a FEM mesh face? + # https://forum.freecadweb.org/viewtopic.php?f=18&t=51898 else: FreeCAD.Console.PrintError( "Pressure on shell mesh at the moment only "