Salome HOME
PAL7508: Development of new block functionalities. Implement GetShapesOn<xxx>() funct...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ShellSolid.cdl
1 -- File:        GEOMAlgo_ShellSolid.cdl
2 -- Created:     Wed Jan 12 12:45:20 2005
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    Matra Datavision 2005
6
7
8 class ShellSolid from GEOMAlgo 
9     inherits ShapeSolid from GEOMAlgo
10         ---Purpose: 
11
12 --uses
13 --raises
14
15 is 
16     Create   
17         returns ShellSolid from GEOMAlgo; 
18     ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ShellSolid();" 
19     
20     Perform (me:out) 
21         is redefined; 
22          
23     Prepare(me:out)  
24          is redefined protected;
25      
26     BuildResult (me:out) 
27         is redefined protected;         
28     
29     DetectSDFaces(me:out) 
30         is protected;
31      
32 --fields
33     
34 end ShellSolid;