Salome HOME
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
authoreap <eap@opencascade.com>
Thu, 19 Jul 2012 12:55:55 +0000 (12:55 +0000)
committereap <eap@opencascade.com>
Thu, 19 Jul 2012 12:55:55 +0000 (12:55 +0000)
+    SMDSAbs_Ball,
+    SMDSGeom_BALL,
+  SMDSEntity_Ball,

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
 };