Salome HOME
Coincidence correction concerning the next regression: line to be coincident to anoth...
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Radius.h
index 3ba60e08306b7a630bfec9745e6036d812b8f978..386fc01c171fa4c81d5aca83d808668724901778 100644 (file)
@@ -74,12 +74,11 @@ private:
   SketcherPrs_DimensionStyleListener* myStyleListener;
 
   /// container of values obtained from the constraint, which are necessary to fill the presentation
-  double myRadius; ///< the radius custom value
   gp_Circ myCircle; ///< the radius circle
   gp_Pnt myAnchorPoint; ///< an ancor for the radius value visualization
-
   bool myHasParameters; ///< true if the atrribute value has used parameters
   std::string myValue; ///< dimension value
+  double myRadius; ///< the radius custom value
 };
 
 #endif
\ No newline at end of file