Salome HOME
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
[modules/smesh.git] / src / SMESHDS / SMESHDS_CommandType.hxx
index ae0563668de6ff733239cfdefac1a05559333502..7870d1e67167133f737c596ff232a390805bc773 100644 (file)
@@ -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
 };