X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fsmesh_plugins.py;h=5dd763cf30bb893748e52319e5aeefee2f946bfe;hp=f7ac148f450dc424b106d9fcebd50cff126c92e1;hb=072a73120b6db7bba2389aa7ada0cde20e22ee57;hpb=2cd148d0668de3bfbeeceeb7df1995bb5b39475b diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index f7ac148f4..5dd763cf3 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -25,6 +25,7 @@ from spadderPlugin import runSpadderPlugin from meshcut_plugin import MeshCut from yamsplug_plugin import YamsLct from MGCleanerplug_plugin import MGCleanerLct +from blocFissure.ihm.fissureCoude_plugin import fissureCoudeDlg salome_pluginsmanager.AddFunction('PADDER mesher', 'Create a mesh with PADDER', @@ -42,3 +43,6 @@ salome_pluginsmanager.AddFunction('ReMesh with MGCleaner', 'Run MGCleaner', MGCleanerLct) +salome_pluginsmanager.AddFunction('Meshed Pipe with a crack', + 'Create a mesh with blocFissure tool', + fissureCoudeDlg)