X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_CommandType.hxx;h=f2c505b1f66f12444696adc8681c39b3a76244d4;hb=87fd8ca50b1fe004fc046c66c5b5df6199861981;hp=e906020cb34a47183f03eda4ffd5779c6e42fbad;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/SMESHDS/SMESHDS_CommandType.hxx b/src/SMESHDS/SMESHDS_CommandType.hxx index e906020cb..f2c505b1f 100644 --- a/src/SMESHDS/SMESHDS_CommandType.hxx +++ b/src/SMESHDS/SMESHDS_CommandType.hxx @@ -34,14 +34,17 @@ enum SMESHDS_CommandType { SMESHDS_AddEdge, SMESHDS_AddTriangle, SMESHDS_AddQuadrangle, + SMESHDS_AddPolygon, SMESHDS_AddTetrahedron, SMESHDS_AddPyramid, SMESHDS_AddPrism, SMESHDS_AddHexahedron, + SMESHDS_AddPolyhedron, SMESHDS_RemoveNode, SMESHDS_RemoveElement, SMESHDS_MoveNode, SMESHDS_ChangeElementNodes, + SMESHDS_ChangePolyhedronNodes, SMESHDS_Renumber };