FEM: mesh tools, add a comment

This commit is contained in:
Bernd Hahnebach
2021-01-17 23:43:10 +01:00
parent e43ee28e38
commit bf221af686

View File

@@ -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 "