From 9f32eead4dab8339be1b9c93a87fd51a13d33c6f Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 19 Jul 2012 13:19:03 +0000 Subject: [PATCH] 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes + SMESHDS_AddBall --- src/SMESHDS/SMESHDS_CommandType.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 };