Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / GeomValidators / GeomValidators_Plugin.cpp
index e8f8574a162e4a5d209c14c7adfd67ac6df45740..43d997084e133bd6983851d4306f09836179e430 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <GeomValidators_Plugin.h>
 
+#include <GeomValidators_BodyShapes.h>
 #include <GeomValidators_BooleanArguments.h>
 #include <GeomValidators_ConstructionComposite.h>
 #include <GeomValidators_Different.h>
@@ -24,6 +25,7 @@ GeomValidators_Plugin::GeomValidators_Plugin()
   SessionPtr aMgr = ModelAPI_Session::get();
   ModelAPI_ValidatorsFactory* aFactory = aMgr->validators();
 
+  aFactory->registerValidator("GeomValidators_BodyShapes", new GeomValidators_BodyShapes);
   aFactory->registerValidator("GeomValidators_BooleanArguments", new GeomValidators_BooleanArguments);
   aFactory->registerValidator("GeomValidators_ConstructionComposite", new GeomValidators_ConstructionComposite);
   aFactory->registerValidator("GeomValidators_Different", new GeomValidators_Different);