X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;fp=idl%2FSMESH_BasicHypothesis.idl;h=a4bb746a64ef4ad059e0c35039c5e9afcef0c6b9;hb=0146a69d8258d1264247a2970627f89e514fc6f6;hp=1d2c9261f5241141a45eaffe09b3835bc2713dae;hpb=fb2fc0723635036634f572b9d1dad6af5d253c61;p=modules%2Fsmesh.git 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(); }; /*!