summaryrefslogtreecommitdiff
path: root/src/BOPTools/BOPTools_EEInterference.cdl
blob: 6639d92b38be339b1964930b7ecb1e1510985827 (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
-- File:	BooleanOperations_EEInterference.cdl
-- Created:	Tue Nov 21 15:41:16 2000
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2000


class EEInterference from BOPTools 
    inherits ShapeShapeInterference from BOPTools 
	 

    	---Purpose:  
    	--  class for storing  an Edge/Edge 
    	--- interference     
	--- 
	 
uses
    CommonPrt  from IntTools

is 
    Create  
    	returns  EEInterference from BOPTools; 
    	---Purpose:  
    	--- Empty constructor  
    	---
    Create  (anIndex1, anIndex2:  Integer from Standard; 
    	     aCPart:CommonPrt  from IntTools)
    	returns  EEInterference from BOPTools;  
    	---Purpose:  
    	--- Constructor  
    	--- anIndex1,  
    	--- anIndex2 see BOPTools_ShapeShapeInterference for details      
    	--- aCPart   see IntTools_CommonPrt for details     
    	---
    CommonPrt(me) 
    	returns CommonPrt  from IntTools; 
    	---C++:  return  const  &	    	 
    	---Purpose:  
    	--- Selector  
    	---
fields
  myCommonPart:  CommonPrt  from IntTools;

end EEInterference;