X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=a4bb746a64ef4ad059e0c35039c5e9afcef0c6b9;hp=1d2c9261f5241141a45eaffe09b3835bc2713dae;hb=0146a69d8258d1264247a2970627f89e514fc6f6;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786 diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index 1d2c9261f..a4bb746a6 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -813,6 +813,16 @@ module StdMeshers * Returns entries of shapes defining enforced nodes */ SMESH::string_array GetEnfVertices(); + + /*! + * Set corner vertices + */ + void SetCorners( in SMESH::long_array vertexIDs ); + + /*! + * Return IDs of corner vertices + */ + SMESH::long_array GetCorners(); }; /*!