Salome HOME
Merge with OCC_development_01
[modules/geom.git] / src / GEOMAlgo / BlockFix_UnionEdges.cdl
1 -- File:        BlockFix_UnionEdges.cdl
2 -- Created:     Tue Dec  7 15:24:51 2004
3 -- Author:      Sergey KUUL
4 --              <skl@novgorox.nnov.matra-dtv.fr>
5
6 class UnionEdges from BlockFix
7
8         ---Purpose: 
9         
10 uses
11     
12     Shape           from TopoDS,
13     ReShape         from ShapeBuild
14
15 is
16
17     Create returns UnionEdges from BlockFix;
18     
19     Perform(me: in out; Shape: Shape from TopoDS;
20                         Tol  : Real)
21     returns Shape from TopoDS;    
22     
23 fields
24
25     myTolerance : Real;
26     myContext   : ReShape from ShapeBuild;
27     
28 end UnionEdges;