0022904: Clean up sccsid variables
[occt.git] / src / QANewBRepNaming / QANewBRepNaming_Fuse.cdl
1 -- File:        QANewBRepNaming_Fuse.cdl
2 -- Created:     Tue Oct 31 14:38:18 2000
3 -- Author:      Vladislav ROMASHKO
4 --              <vro@flox.nnov.matra-dtv.fr>
5 ---Copyright:   Open CASCADE 2003
6
7 -- Lastly modified by :
8 -- +---------------------------------------------------------------------------+
9 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
10 -- +---------------------------------------------------------------------------+
11
12 class Fuse from QANewBRepNaming inherits BooleanOperationFeat from QANewBRepNaming
13
14 uses 
15
16     Label from TDF, 
17     BooleanOperation from BRepAlgoAPI
18
19 is
20  
21     Create returns Fuse from QANewBRepNaming;
22
23     Create(ResultLabel : Label from TDF) 
24     returns Fuse from QANewBRepNaming;
25
26     Load (me; MakeShape : in out BooleanOperation  from BRepAlgoAPI);
27     
28
29 end Fuse;
30
31 -- @@SDM: begin
32
33 -- File history synopsis (creation,modification,correction)
34 -- +---------------------------------------------------------------------------+
35 -- ! Developer !              Comments                   !   Date   ! Version  !
36 -- +-----------!-----------------------------------------!----------!----------+
37 -- !       vro ! Creation                                !31-10-2000! 3.0-00-3 !
38 -- !       vro ! Redesign                                !13-12-2000! 3.0-00-3 !
39 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
40 -- +---------------------------------------------------------------------------+
41 -- Lastly modified by : szy                                    Date :  9-06-2003 
42
43 -- @@SDM: end