0022904: Clean up sccsid variables
[occt.git] / src / QANewBRepNaming / QANewBRepNaming_Cut.cdl
1 -- File:        QANewBRepNaming_Cut.cdl
2 -- Created:     Tue Oct 31 14:42:07 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 Cut 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 Cut from QANewBRepNaming;
22
23     Create(ResultLabel : Label from TDF) 
24     returns Cut from QANewBRepNaming;
25
26     Load (me; MakeShape : in out BooleanOperation from BRepAlgoAPI);
27
28
29 end Cut;
30
31 -- @@SDM: begin
32
33
34 -- File history synopsis (creation,modification,correction)
35 -- +---------------------------------------------------------------------------+
36 -- ! Developer !              Comments                   !   Date   ! Version  !
37 -- +-----------!-----------------------------------------!----------!----------+
38 -- !       vro ! Creation                                !31-10-2000! 3.0-00-3 !
39 -- !       vro ! Redesign                                !13-12-2000! 3.0-00-3 !
40 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
41 -- +---------------------------------------------------------------------------+
42 -- Lastly modified by : szy                                    Date :  9-06-2003 
43
44 -- @@SDM: end