summaryrefslogtreecommitdiff
path: root/src/BOP/BOP_WireWire.cdl
blob: e67b3c1aabf350cdf94cd3776c4c7b49d36c3d44 (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_WireWire.cdl
-- Created:	Fri Feb  1 12:52:38 2002
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2002


class WireWire from BOP inherits WireShape from BOP

	---Purpose: 
    	---        
    	---        Performs Boolean Operations  (BO)  
    	---        Common,Cut,Fuse for wires as      
	---        arguments 
uses
    DSFiller  from BOPTools, 
    PDSFiller from BOPTools, 
    ListOfShape from TopTools 
    
--raises

is 
    Create   
    	returns  WireWire from BOP; 
    	---Purpose:  
    	--- Empty constructor;
    	---
    Do  (me:out) 
    	is  redefined; 	 
    	---Purpose:  
    	--- (See base classes, please)
    	---
    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_WireWire(){Destroy();}"  
    	---Purpose:   
    	--- Destructor 
    	---
    BuildResult (me:out) 
	is  redefined;	 
    	---Purpose:  
    	--- See base classes, please 
    	---
    
--fields
  
end WireWire;