Salome HOME
Modification of Construction plugin documentation
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.cpp
index a9f231b8246e11fa14ab5eb9b98677a2b53b0707..3eaecc591c14106c2b7948e6f3e7ee54b2f8bdca 100644 (file)
@@ -52,6 +52,8 @@ ConstructionPlugin_Plugin::ConstructionPlugin_Plugin()
                               new ConstructionPlugin_ValidatorPlaneTwoParallelPlanes());
   aFactory->registerValidator("ConstructionPlugin_ValidatorAxisTwoNotParallelPlanes",
                               new ConstructionPlugin_ValidatorAxisTwoNotParallelPlanes());
+  aFactory->registerValidator("ConstructionPlugin_ValidatorPointThreeNonParallelPlanes",
+                              new ConstructionPlugin_ValidatorPointThreeNonParallelPlanes());
 
   Config_PropManager::registerProp(SKETCH_TAB_NAME, "planes_size", "Size", Config_Prop::DblSpin,
                                    PLANE_SIZE);