From: eap Date: Thu, 19 Jul 2012 12:55:55 +0000 (+0000) Subject: 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes X-Git-Tag: V6_6_0a1~256 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2cafa22d7b5fd6d3e8b94d1aa2a1e59948242cdd;p=modules%2Fsmesh.git 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes + SMDSAbs_Ball, + SMDSGeom_BALL, + SMDSEntity_Ball, --- diff --git a/src/SMDS/SMDSAbs_ElementType.hxx b/src/SMDS/SMDSAbs_ElementType.hxx index 34de0d4aa..e66bbff09 100644 --- a/src/SMDS/SMDSAbs_ElementType.hxx +++ b/src/SMDS/SMDSAbs_ElementType.hxx @@ -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 };