]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHDS/SMESHDS_CommandType.hxx
Salome HOME
Add a function to know kind of mesh element
[modules/smesh.git] / src / SMESHDS / SMESHDS_CommandType.hxx
index bafaba8632f0b5c36872c39da8afc2e072b37809..7279ba932043b6e956350c586a6015735a5d89ce 100644 (file)
@@ -53,7 +53,9 @@ enum SMESHDS_CommandType {
   SMESHDS_AddQuadTetrahedron,
   SMESHDS_AddQuadPyramid,
   SMESHDS_AddQuadPentahedron,
-  SMESHDS_AddQuadHexahedron
+  SMESHDS_AddQuadHexahedron,
+  // special type for 0D elements
+  SMESHDS_Add0DElement
 };