summaryrefslogtreecommitdiff
path: root/src/BOPTools/BOPTools_VEInterference.cdl
blob: e5faa26db5ac2d061f570daf6f4551cae52bec6e (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
-- File:	BOPTools_VEInterference.cdl
-- Created:	Tue Nov 21 15:43:14 2000
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2000


class VEInterference from BOPTools 
    inherits ShapeShapeInterference from BOPTools  
     
    	---Purpose:  
    	--  class for storing info about an Verex/Edge interference
	--- 

is 
    Create  
    	returns  VEInterference from BOPTools; 
    	---Purpose: 
    	--- Empty constructor  
    	---
    Create  (anIndex1, anIndex2:  Integer from Standard; 
    	    aT: Real from Standard)
    	returns  VEInterference from BOPTools;  
    	---Purpose:   
    	--- Constructor  
    	--- anIndex1,  
    	--- anIndex2 see BOPTools_ShapeShapeInterference for details      
    	--- aT -  values of parameter on the edge    
    	---
    SetParameter  (me:out; aT: Real from Standard); 
    	---Purpose:  
    	--- Modifier   
    	---
    Parameter     (me) 
	returns Real from Standard;   
    	---Purpose:  
    	--- Selector  
    	---
    
fields
    myParameter:  Real from Standard;  

end VEInterference;