Salome HOME
Make extrusions features correctly eat as a base a whole sketch feature selection.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.cpp
index 8105f04b7190abe5a36dc0970e6cd4cae5cd1302..a53331c23136c6607b5e9bb0db96895111cbefa0 100644 (file)
@@ -100,6 +100,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);