Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FEM: mesh tools, add a comment
  • Loading branch information
berndhahnebach committed Jan 17, 2021
1 parent e43ee28 commit bf221af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Fem/femmesh/meshtools.py
Expand Up @@ -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 "
Expand Down

0 comments on commit bf221af

Please sign in to comment.