1 -- Created by: Peter KURNEV
2 -- Copyright (c) 1999-2014 OPEN CASCADE SAS
4 -- This file is part of Open CASCADE Technology software library.
6 -- This library is free software; you can redistribute it and/or modify it under
7 -- the terms of the GNU Lesser General Public License version 2.1 as published
8 -- by the Free Software Foundation, with special exception defined in the file
9 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
10 -- distribution for complete text of the license and disclaimer of any warranty.
12 -- Alternatively, this file may be used under the terms of Open CASCADE
13 -- commercial license or contractual agreement.
16 class BOP from BOPAlgo
17 inherits Builder from BOPAlgo
22 ShapeEnum from TopAbs,
24 ListOfShape from TopTools,
26 BaseAllocator from BOPCol,
27 ListOfShape from BOPCol,
28 MapOfShape from BOPCol,
29 IndexedDataMapOfShapeListOfShape from BOPCol,
31 Operation from BOPAlgo,
32 PaveFiller from BOPAlgo
38 ---Purpose: Empty constructor
39 returns BOP from BOPAlgo;
40 ---C++: alias "Standard_EXPORT virtual ~BOPAlgo_BOP();"
42 Create (theAllocator: BaseAllocator from BOPCol)
43 returns BOP from BOPAlgo;
47 ---Purpose: Clears internal fields and arguments
50 theShape: Shape from TopoDS)
51 ---Purpose: Adds Tool argument of the operation
55 theOperation: Operation from BOPAlgo);
58 returns Operation from BOPAlgo;
66 is redefined protected;
69 is redefined protected;
70 ---Purpose: Provides preparing actions
72 PerformInternal1(me:out;
73 thePF:PaveFiller from BOPAlgo)
74 is redefined protected;
75 ---Purpose: Performs calculations using prepared Filler
79 theType: ShapeEnum from TopAbs)
80 is redefined protected;
92 theS:Shape from TopoDS;
93 theMEF:out IndexedDataMapOfShapeListOfShape from BOPCol)
94 returns Boolean from Standard
98 myOperation : Operation from BOPAlgo is protected;
99 myDims : Integer from Standard[2] is protected;
101 myRC : Shape from TopoDS is protected;
102 myTools : ListOfShape from BOPCol is protected;
103 myMapTools : MapOfShape from BOPCol is protected;