From: eap Date: Thu, 19 Jul 2012 13:19:03 +0000 (+0000) Subject: 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes X-Git-Tag: V6_6_0a1~244 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f32eead4dab8339be1b9c93a87fd51a13d33c6f;p=modules%2Fsmesh.git 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes + SMESHDS_AddBall --- diff --git a/src/SMESHDS/SMESHDS_CommandType.hxx b/src/SMESHDS/SMESHDS_CommandType.hxx index ae0563668..7870d1e67 100644 --- a/src/SMESHDS/SMESHDS_CommandType.hxx +++ b/src/SMESHDS/SMESHDS_CommandType.hxx @@ -53,11 +53,12 @@ enum SMESHDS_CommandType { SMESHDS_AddQuadPyramid, SMESHDS_AddQuadPentahedron, SMESHDS_AddQuadHexahedron, - // special type for 0D elements + // SMESHDS_Add0DElement, SMESHDS_AddBiQuadQuadrangle, SMESHDS_AddTriQuadHexa, - SMESHDS_AddHexagonalPrism + SMESHDS_AddHexagonalPrism, + SMESHDS_AddBall };