X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelAPI%2FModelAPI_Result.h;h=3f30c57c7ced69f322ed942666723156a8bdaa82;hb=128b40e90499f4fc38f7bb1bebfff86a9856a8fd;hp=c0958c7c0a025250dd335a04d8f986e7c3d7d563;hpb=42d8ecf39798c037945ca4bb9073d8dc31c53008;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Result.h b/src/ModelAPI/ModelAPI_Result.h index c0958c7c0..3f30c57c7 100644 --- a/src/ModelAPI/ModelAPI_Result.h +++ b/src/ModelAPI/ModelAPI_Result.h @@ -26,8 +26,8 @@ class ModelAPI_Result : public ModelAPI_Object public: /// Reference to the color of the result. - /// The integer array is used. It contains tree values for red green and blue values. The values are in - /// [0, 255] range + /// The integer array is used. It contains tree values for red green and blue values. + /// The values are in [0, 255] range inline static const std::string& COLOR_ID() { static const std::string MY_COLOR_ID("Color"); @@ -49,7 +49,7 @@ class ModelAPI_Result : public ModelAPI_Object MODELAPI_EXPORT virtual void setIsConcealed(const bool theValue); /// Enables/disables the result. The disabled result does not participate in any calculation - /// and visualization: like it was removed. But it keeps the general parameters: colors, + /// and visualization: like it was removed. But it keeps the general parameters: colors, /// visibility, etc. /// \param theThis pointer to this object, needed to generate all events if it is necessary /// \param theFlag makes disabled if it is true