]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Implementation of the "21384: [CEA 508] Plot2d Allow user to rescale curve" isuue.
authorana <ana@opencascade.com>
Wed, 26 Oct 2011 12:10:41 +0000 (12:10 +0000)
committerana <ana@opencascade.com>
Wed, 26 Oct 2011 12:10:41 +0000 (12:10 +0000)
idl/VISU_Gen.idl

index c16cd9ad7b9f86bcef8df6156c814619de47c1fa..93f064f72a5c9c5543a1c4ce6ffb51078e6b6ffc 100644 (file)
@@ -313,6 +313,19 @@ module VISU {
      * \return Long value corresponding to the width of the curve line.
      */
     long GetLineWidth();
+
+    /*! Sets scaling coefficient of the curve.
+     * \param coef Double value defining the scale.
+     */
+    void SetScale(in double theCoef);
+
+    /*! Gets the scale coefficient of the curve lines.
+     */
+    double GetScale();
+
+    /*! Sets scaling coefficient of the curve to 1.0.
+     */
+    void RemoveScale();
   };
 
   //-------------------------------------------------------