Salome HOME
plugin dialog blocFissure general
[modules/smesh.git] / src / Tools / smesh_plugins.py
index c82bb172dfedeaa9c0a94678ad1e9f9d62e06e29..330f4482d7cf183cf926d61810e24a499897066c 100644 (file)
@@ -66,6 +66,14 @@ try:
 except:
   salome_pluginsmanager.logger.info('ERROR: Meshed Pipe with a crack plug-in is unavailable')
   pass
+try:
+  from blocFissure.ihm.fissureGenerale_plugin import fissureGeneraleDlg
+  salome_pluginsmanager.AddFunction('Add a crack in a mesh',
+                                    'Insert a crack in an hexahedral mesh with blocFissure tool',
+                                    fissureGeneraleDlg)
+except:
+  salome_pluginsmanager.logger.info('ERROR: Meshed Pipe with a crack plug-in is unavailable')
+  pass
 
 # ZCracks plugin requires the module EFICAS to be installed
 # thus it is first tested if this module is available before