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
7 -- under the terms of the GNU Lesser General Public 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.
15 class BOP from BOPAlgo
16 inherits Builder from BOPAlgo
21 BaseAllocator from BOPCol,
22 ListOfShape from BOPCol,
23 MapOfShape from BOPCol,
24 IndexedDataMapOfShapeListOfShape from BOPCol,
25 Operation from BOPAlgo,
26 PaveFiller from BOPAlgo
32 ---Purpose: Empty constructor
33 returns BOP from BOPAlgo;
34 ---C++: alias "Standard_EXPORT virtual ~BOPAlgo_BOP();"
36 Create (theAllocator: BaseAllocator from BOPCol)
37 returns BOP from BOPAlgo;
41 ---Purpose: Clears internal fields and arguments
44 theShape: Shape from TopoDS)
45 ---Purpose: Adds Object argument of the operation
49 theShape: Shape from TopoDS)
50 ---Purpose: Adds Tool argument of the operation
54 returns Shape from TopoDS;
55 ---C++: return const &
58 returns Shape from TopoDS;
59 ---C++: return const &
62 theOperation: Operation from BOPAlgo);
65 returns Operation from BOPAlgo;
70 is redefined protected;
73 is redefined protected;
74 ---Purpose: Provides preparing actions
76 PerformInternal(me:out;
77 thePF:PaveFiller from BOPAlgo)
78 is redefined protected;
79 ---Purpose: Performs calculations using prepared Filler
95 theS:Shape from TopoDS;
96 theMEF:out IndexedDataMapOfShapeListOfShape from BOPCol)
97 returns Boolean from Standard
101 myNbArgs : Integer from Standard is protected;
102 myOperation : Operation from BOPAlgo is protected;
103 myArgs : Shape from TopoDS[2] is protected;
104 myDims : Integer from Standard[2] is protected;
106 myRC : Shape from TopoDS is protected;
107 myTools : ListOfShape from BOPCol is protected;
108 myMapTools : MapOfShape from BOPCol is protected;