X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_LengthDimension.h;h=f505e7fff4be7dbeccadf227c6bb91403c20321b;hb=471cc7b52168016a3b6fff7e64cdd800cd7d8f91;hp=a4b161de1fb232bbc4d5756209f4281ad12fb8fc;hpb=b8ee56da654b147ed1a537c744c35e9c60562936;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_LengthDimension.h b/src/SketcherPrs/SketcherPrs_LengthDimension.h index a4b161de1..f505e7fff 100644 --- a/src/SketcherPrs/SketcherPrs_LengthDimension.h +++ b/src/SketcherPrs/SketcherPrs_LengthDimension.h @@ -17,7 +17,7 @@ #include #include -class SketcherPrs_DimensionStyleListener; +#include DEFINE_STANDARD_HANDLE(SketcherPrs_LengthDimension, AIS_LengthDimension) @@ -75,9 +75,9 @@ private: gp_Pnt myFirstPoint; ///< the dimension first point for measured geometry gp_Pnt mySecondPoint; ///< the dimension first point for measured geometry gp_Pln myPlane; ///< the plane(plane of the sketch) for measured geometry - bool myHasParameters; ///< true if the atrribute value has used parameters - std::string myValue; ///< dimension value double myDistance; ///< the flyout distance + + SketcherPrs_DimensionStyleListener::DimensionValue myValue; /// the structure filled by constraint }; #endif \ No newline at end of file