Salome HOME
#1721 Selecting arcs in mirror constraint is too long and removes other edges
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Coincident.h
index d041cac9d8210d592913215627afa1a60fbb9ee6..9d6d799adcd971c9e728f49d292e78c7052a54f6 100644 (file)
@@ -72,6 +72,7 @@ private:
   std::shared_ptr<GeomAPI_Ax3> mySketcherPlane;
   gp_Pnt myPoint;
   bool myIsConflicting; /// state if the presentation is visualized in error state
+  Quantity_Color myConflictingColor; /// the color of mid ring if there is a conflict
 };