Salome HOME
#1330 Multiply selection when Create fillet using Shift button
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Rigid.h
index cabccbf07e2928bae5292a74036ddb4d750409b2..cf9d5042709ad139f9e9a80d35bf7e53250ad059 100644 (file)
@@ -30,6 +30,13 @@ public:
 
 
   DEFINE_STANDARD_RTTI(SketcherPrs_Rigid)
+
+  /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation
+  /// \param theConstraint a constraint feature
+  /// \param thePlane a coordinate plane of current sketch
+  /// \return boolean result value
+  static bool IsReadyToDisplay(ModelAPI_Feature* theConstraint,
+                               const std::shared_ptr<GeomAPI_Ax3>& thePlane);
 protected:
   virtual const char* iconName() const { return "anchor.png"; }