Salome HOME
Translation update for SketchPlugin
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index c0958c7c0a025250dd335a04d8f986e7c3d7d563..3f30c57c7ced69f322ed942666723156a8bdaa82 100644 (file)
@@ -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