X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmesh_migration.doc;h=2846b0884c24f0048d90854b6e6c2ae6e8e2289f;hp=4c3c811e57025cbd04ab8567be159af7462420a4;hb=dbf226547fc4b1b1c901ab994db7c1708dd6576d;hpb=88068fce89e10cb32b60ea51cae3440240d42e9f diff --git a/doc/salome/gui/SMESH/input/smesh_migration.doc b/doc/salome/gui/SMESH/input/smesh_migration.doc index 4c3c811e5..2846b0884 100644 --- a/doc/salome/gui/SMESH/input/smesh_migration.doc +++ b/doc/salome/gui/SMESH/input/smesh_migration.doc @@ -4,11 +4,6 @@ \n In SALOME 7.2, the Python interface for %Mesh has been slightly modified to offer new functionality: - - \n Scripts generated for SALOME 6 and older versions must be adapted to work in SALOME 7.2 with full functionality. \n The compatibility mode allows old scripts to work in almost all cases, but with a warning. @@ -25,7 +20,7 @@ salome.salome_init() \n the old mode (from dump): \code import smesh, SMESH, SALOMEDS -smesh.SetCurrentStudy(theStudy) +smesh.SetCurrentStudy(salome.myStudy) \endcode \n the new mode: \code @@ -98,7 +93,7 @@ is replaced by: from salome.StdMeshers import StdMeshersBuilder from salome.NETGENPlugin import NETGENPluginBuilder from salome.BLSURFPlugin import BLSURFPluginBuilder -from salomeGHS3DPlugin .import GHS3DPluginBuilder +from salome.GHS3DPlugin import GHS3DPluginBuilder from salome.HexoticPLUGIN import HexoticPLUGINBuilder \endcode