From: vsr Date: Wed, 14 May 2014 10:50:39 +0000 (+0400) Subject: Add a warning message that geompy.py module works correctly only in 1st study X-Git-Tag: V7_4_0rc1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8493fca5aa28fb2868ce9e5f1cc0ce43d9df4086;p=modules%2Fgeom.git Add a warning message that geompy.py module works correctly only in 1st study --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index bebf2826d..3c632bf8a 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -75,5 +75,9 @@ geompy = geomBuilder.New(salome.myStudy) See also GEOM User's Guide for more details +WARNING: +The geompy.py module works correctly only in first created study. +It does not work in second, third, etc studies! + =============================================================================== """