Salome HOME
49e3e11bb0f87d4a36d20734d44c173b7b1b6718
[modules/smesh.git] / src / SMDS / SMDSAbs.cdl
1 -- File:        SMDSAbs.cdl
2 -- Created:     Mon Jun  3 11:57:33 2002
3 -- Author:      Jean-Michel BOULCOURT
4 --              <jmb@localhost.localdomain>
5 ---Copyright:    Matra Datavision 2002
6
7
8 package SMDSAbs 
9
10         ---Purpose: This package provides enumeration and resources
11         --          for SMDS mesh
12 is
13
14     enumeration ElementType is
15         All,
16         Node,
17         Edge,
18         Face,
19         Volume
20     end ElementType;
21     ---Purpose: type of mesh elements
22
23
24 end SMDSAbs;