From 8493fca5aa28fb2868ce9e5f1cc0ce43d9df4086 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 14 May 2014 14:50:39 +0400 Subject: [PATCH] Add a warning message that geompy.py module works correctly only in 1st study --- src/GEOM_SWIG/geompy.py | 4 ++++ 1 file changed, 4 insertions(+) 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! + =============================================================================== """ -- 2.39.2