X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fsmesh_plugins.py;h=ebea5765048c944da6b3d53db10a3b17d65d5214;hp=612e0faa889885f25214c768e6e4c392b03348cc;hb=9645435524d6601ce3d0da6d226d9c11991d864e;hpb=d36721295492f8f08e3722573091f34e4dc86e78 diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 612e0faa8..ebea57650 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -23,6 +23,7 @@ import salome_pluginsmanager from spadderPlugin import runSpadderPlugin from meshcut_plugin import MeshCut +from yamsplug_plugin import YamsLct salome_pluginsmanager.AddFunction('PADDER mesher', 'Create a mesh with PADDER', @@ -31,3 +32,7 @@ salome_pluginsmanager.AddFunction('PADDER mesher', salome_pluginsmanager.AddFunction('MeshCut', 'Cut a tetrahedron mesh by a plane', MeshCut) + +salome_pluginsmanager.AddFunction('ReMesh with Yams', + 'Run Yams', + YamsLct)