Salome HOME
{
authoreap <eap@opencascade.com>
Wed, 15 Jul 2009 13:43:48 +0000 (13:43 +0000)
committereap <eap@opencascade.com>
Wed, 15 Jul 2009 13:43:48 +0000 (13:43 +0000)
commit951e90bf479587d1f1a47138209769e7ea53427e
tree541a57d4616328bcfbf07006893e3cc713a784df
parent67b712196602369bc603bb32c3eea71607d7d364
   {
     /*!
      * Sets <start segment length> or <end segment length> parameter value
+     * * OBSOLETE *. Avoid such a way of interface design
+     * * It is recommended to dedicate a method to each parameter.
      */
     void SetLength(in double length, in boolean isStartLength)
       raises (SALOME::SALOME_Exception);

     /*!
+     * Sets <start segment length> parameter value
+     */
+    void SetStartLength(in double length)
+      raises (SALOME::SALOME_Exception);
+
+    /*!
+     * Sets <end segment length> parameter value
+     */
+    void SetEndLength(in double length)
+      raises (SALOME::SALOME_Exception);
src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx