blob: 0b609a6a3c18780e6f1cf351c95fd3514675212a (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
-- File: BOP_ShellShell.cdl
-- Created: Mon Oct 29 11:28:29 2001
-- Author: Peter KURNEV
-- <pkv@irinox>
---Copyright: Matra Datavision 2001
class ShellShell from BOP inherits ShellSolid from BOP
---Purpose:
--- Performs Boolean Operations (BO)
--- Common,Cut,Fuse for arguments that
--- are of type shell/shell
---
uses
DSFiller from BOPTools
--raises
is
Create
returns ShellShell from BOP;
---Purpose:
--- Empty constructor;
---
DoWithFiller (me:out;
aDSF: DSFiller from BOPTools)
is redefined;
---Purpose:
--- see base classes, please
---
Destroy (me: in out)
is redefined;
---C++: alias "Standard_EXPORT virtual ~BOP_ShellShell(){Destroy();}"
---Purpose:
--- Destructor
---
BuildResult(me: out)
is redefined;
---Purpose:
--- see base classes, please
---
DoNewFaces(me: out)
is redefined;
---Purpose:
--- see base classes, please
---
--fields
end ShellShell;
|