]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
Salome HOME
Issue #2562: CEA 2018-1 Fuse
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.cpp
index cb75e57008798a1c0228ca84b729c8b5165cd350..3f1da2fd109dace09749365e58ae9b5a09ddaa00 100644 (file)
@@ -101,6 +101,10 @@ FeaturesPlugin_Plugin::FeaturesPlugin_Plugin()
                               new FeaturesPlugin_ValidatorBooleanSmashSelection);
   aFactory->registerValidator("FeaturesPlugin_IntersectionSelection",
                               new FeaturesPlugin_IntersectionSelection);
+  aFactory->registerValidator("FeaturesPlugin_ValidatorBooleanFuseSelection",
+                              new FeaturesPlugin_ValidatorBooleanFuseSelection);
+  aFactory->registerValidator("FeaturesPlugin_ValidatorBooleanFuseArguments",
+                              new FeaturesPlugin_ValidatorBooleanFuseArguments);
 
   // register this plugin
   ModelAPI_Session::get()->registerPlugin(this);