summaryrefslogtreecommitdiff
path: root/src/BOP/BOP_SolidSolidHistoryCollector.cdl
blob: 20a0b9e82781f1e73b134f83c821292aafe52f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-- File:	BOP_SolidSolidHistoryCollector.cdl
-- Created:	Thu Mar 20 15:39:35 2003
-- Author:	Michael KLOKOV
--		<mkk@kurox>
---Copyright:	Open CASCADE 2003

class SolidSolidHistoryCollector from BOP 
    inherits HistoryCollector from BOP

uses
    Shape from TopoDS,
    Operation from BOP,
    PDSFiller from BOPTools,
    ListOfShape from TopTools
is
    Create(theShape1   : Shape from TopoDS;
    	   theShape2   : Shape from TopoDS;
	   theOperation: Operation from BOP)
    	returns SolidSolidHistoryCollector from BOP;

    AddNewShape(me: mutable; theOldShape: Shape from TopoDS;
    	    	    	    theNewShape: Shape from TopoDS;
    	    	    	    theDSFiller: PDSFiller from BOPTools);

    SetResult(me: mutable; theResult: Shape from TopoDS;
    	    	    	   theDSFiller: PDSFiller from BOPTools)
    	is redefined virtual;

end SolidSolidHistoryCollector from BOP;