X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=65124b02c120caae9114a59b4ee5f582105b9b02;hp=78ca9b77eccd179a01be28249e1b5bda39a0074d;hb=95dab66d27ba89f7ef91cf50e207367d2b48125a;hpb=8672ad3e7621ac25fffa8517599afa84ffea509a diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index 78ca9b77e..65124b02c 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -53,6 +53,13 @@ module StdMeshers double GetLength(); }; + /*! + * StdMeshers_AutomaticLength: interface of "Automatic length" hypothesis + */ + interface StdMeshers_AutomaticLength : SMESH::SMESH_Hypothesis + { + }; + /*! * StdMeshers_NumberOfSegments: interface of "Nb. Segments" hypothesis */