smesh/idl
eap 4479d7348d {
/*!
      * 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);
2009-07-15 13:26:29 +00:00
..
Makefile.am Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_BasicHypothesis.idl { 2009-07-15 13:26:29 +00:00
SMESH_Filter.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Gen.idl Implememtation of evaluation for improvement 0019296. 2009-06-29 13:26:16 +00:00
SMESH_Group.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Hypothesis.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Mesh.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_MeshEditor.idl Implementation of new version ExtrusionAlongPath (20003 from Mantis). 2009-06-10 07:09:15 +00:00
SMESH_Pattern.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00