mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
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); |
||
---|---|---|
.. | ||
Makefile.am | ||
SMESH_BasicHypothesis.idl | ||
SMESH_Filter.idl | ||
SMESH_Gen.idl | ||
SMESH_Group.idl | ||
SMESH_Hypothesis.idl | ||
SMESH_Mesh.idl | ||
SMESH_MeshEditor.idl | ||
SMESH_Pattern.idl |