Salome HOME
Merge branch 'V9_9_BR'
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Validators.h
index 172ecd55450a19118dfb18c008f497866c17c374..6a278b1e2bcfb391b4c72a472fb80d7d47f0be81 100644 (file)
@@ -209,6 +209,16 @@ public:
   virtual bool isValid(const AttributePtr& theAttribute,
                        const std::list<std::string>& theArguments,
                        Events_InfoMessage& theError) const;
+
+  //! returns true if attribute is a good point for fillet
+  //! \param theAttribute the checked point attribute
+  //! \param theError error message
+  //! \param theEdge1 adjacent edge feature
+  //! \param theEdge2 adjacent edge feature
+  static bool isValidVertex(const AttributePtr& theAttribute,
+                            Events_InfoMessage& theError,
+                            FeaturePtr&         theEdge1,
+                            FeaturePtr&         theEdge2);
 };