Salome HOME
21680: EDF 2288 SMESH: creation of 0D elements from other elements
[modules/smesh.git] / src / SMDS / SMDSAbs_ElementType.hxx
index 34de0d4aa69a51d899e92b4e4a77ccb43b9ca56c..e66bbff09497b844b1ab2051919bd74f67f056df 100644 (file)
@@ -38,6 +38,7 @@ enum SMDSAbs_ElementType
     SMDSAbs_Face,
     SMDSAbs_Volume,
     SMDSAbs_0DElement,
+    SMDSAbs_Ball,
     SMDSAbs_NbElementTypes
   };
 
@@ -59,6 +60,10 @@ enum SMDSAbs_GeometryType
     SMDSGeom_PENTA,
     SMDSGeom_HEXAGONAL_PRISM,
     SMDSGeom_POLYHEDRA,
+    // Discrete elements
+    SMDSGeom_BALL,
+    //
+    SMDSGeom_NONE
   };
 
 
@@ -96,6 +101,7 @@ enum SMDSAbs_EntityType {
   SMDSEntity_Hexagonal_Prism,
   SMDSEntity_Polyhedra,
   SMDSEntity_Quad_Polyhedra,
+  SMDSEntity_Ball,
   SMDSEntity_Last
 };