]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintDistance.h
Salome HOME
Precise calculation of the flyout point for Length and Distance constraints
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintDistance.h
index 3529ace3c9479171410387cc0ae9ddcc5fc2d0ae..c8c7cb78129f01627acced76b0ebef54a77cb702 100644 (file)
@@ -70,6 +70,9 @@ class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase
 
   /// \brief Use plugin manager for features creation
   SketchPlugin_ConstraintDistance();
+
+private:
+  bool myFlyoutUpdate; ///< to avoid cyclic dependencies on automatic updates of flyout point
 };
 
 #endif