Salome HOME
SMH: Add forgotten files
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_WireSolid.cdl
1 -- File:        GEOMAlgo_WireSolid.cdl
2 -- Created:     Wed Jan 12 10:17:00 2005
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    Matra Datavision 2005
6
7
8 class WireSolid from GEOMAlgo 
9         inherits ShapeSolid from GEOMAlgo
10         ---Purpose: 
11
12 --uses 
13 --raises
14
15 is 
16     Create   
17         returns WireSolid from GEOMAlgo; 
18     ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_WireSolid();" 
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 --fields
30     
31 end WireSolid;