X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_TypeOfPosition.hxx;h=8c0631bfc3e0cf6cb758ec06482168a552e95347;hp=9de8b7fb8055684f9e54d7af84c34bb96ef3fce7;hb=0febe018bcde111dc7aca1f3e44d4aa2995b59a2;hpb=0de991099a7f8bea2687d44c20021be3066f3615 diff --git a/src/SMDS/SMDS_TypeOfPosition.hxx b/src/SMDS/SMDS_TypeOfPosition.hxx index 9de8b7fb8..8c0631bfc 100644 --- a/src/SMDS/SMDS_TypeOfPosition.hxx +++ b/src/SMDS/SMDS_TypeOfPosition.hxx @@ -27,13 +27,13 @@ #ifndef _SMDS_TypeOfPosition_HeaderFile #define _SMDS_TypeOfPosition_HeaderFile -enum SMDS_TypeOfPosition +enum SMDS_TypeOfPosition // Value is equal to shape dimention { - SMDS_TOP_UNSPEC, - SMDS_TOP_3DSPACE, - SMDS_TOP_VERTEX, - SMDS_TOP_EDGE, - SMDS_TOP_FACE + SMDS_TOP_UNSPEC = -1, + SMDS_TOP_VERTEX = 0, + SMDS_TOP_EDGE = 1, + SMDS_TOP_FACE = 2, + SMDS_TOP_3DSPACE = 3 }; #endif