Salome HOME
Issue #2565: CEA 2018-1 Intersection
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.cpp
index 9d61541af75801ba06f00ae212093439c9d8ec83..8105f04b7190abe5a36dc0970e6cd4cae5cd1302 100644 (file)
@@ -98,6 +98,8 @@ FeaturesPlugin_Plugin::FeaturesPlugin_Plugin()
                               new FeaturesPlugin_ValidatorBooleanArguments);
   aFactory->registerValidator("FeaturesPlugin_ValidatorBooleanSmashSelection",
                               new FeaturesPlugin_ValidatorBooleanSmashSelection);
+  aFactory->registerValidator("FeaturesPlugin_IntersectionSelection",
+                              new FeaturesPlugin_IntersectionSelection);
 
   // register this plugin
   ModelAPI_Session::get()->registerPlugin(this);