X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Radius.h;h=386fc01c171fa4c81d5aca83d808668724901778;hb=9968ec652480079d0ca91b2040f6327a164807cf;hp=3ba60e08306b7a630bfec9745e6036d812b8f978;hpb=935fe05ec267f2b38c82ab5fd12d89bcdd78c2a4;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Radius.h b/src/SketcherPrs/SketcherPrs_Radius.h index 3ba60e083..386fc01c1 100644 --- a/src/SketcherPrs/SketcherPrs_Radius.h +++ b/src/SketcherPrs/SketcherPrs_Radius.h @@ -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