diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index d5ba24ac3..42f763228 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -114,5 +114,9 @@ algo=smesh.xxxx ==> algo=smeshBuilder.xxxx See also SMESH User's Guide for more details +WARNING: +The smesh.py module works correctly only in the first created study. +It does not work in the second, third, etc studies! + =============================================================================== """