X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Ftui%2FSMESH%2Fsources%2Fstatic%2FPluginMeshers.html;h=64c368819a4aca340cedffc758cdb5ff00fd3eda;hb=74a64dd014d79ea1ffe81aceaf40056a0f22dbb6;hp=f860aef7b4f299c1338d7d126a1c1582c3fb0841;hpb=bc37f0b49f9713347749b6325e1c7062de8857ae;p=modules%2Fsmesh.git diff --git a/doc/salome/tui/SMESH/sources/static/PluginMeshers.html b/doc/salome/tui/SMESH/sources/static/PluginMeshers.html index f860aef7b..64c368819 100755 --- a/doc/salome/tui/SMESH/sources/static/PluginMeshers.html +++ b/doc/salome/tui/SMESH/sources/static/PluginMeshers.html @@ -202,10 +202,10 @@ SMESH module.
The SALOME automatically locates XML files, searching them in the following directories:

-    ${<PLUGINNAME>_ROOT_DIR}/share/salome/resources
+    ${<PLUGINNAME>_ROOT_DIR}/share/salome/resources/<pluginname>
    ${SALOME_<PluginName>Resources}
    ${HOME}/.salome/resources
-    ${KERNEL_ROOT_DIR}/share/salome/resources

+    ${KERNEL_ROOT_DIR}/share/salome/resources/kernel

where <PluginName> is a name of each mesher plugin package
@@ -280,7 +280,7 @@ See paragraph 2 for definition of MyResourceKey, MyHypType1, MyAlgType1.
2.4.2.2. Define environment variable SALOME_<MyResourceKey>Resources
It should point to the directory where resources are situated.
-
Example: setenv SALOME_StdMeshersResources ${SMESH_ROOT_DIR}/share/salome/resources
+
Example: setenv SALOME_StdMeshersResources ${SMESH_ROOT_DIR}/share/salome/resources/smesh

2.4.3. Implement your Hypothesis Creator and being exported method