summaryrefslogtreecommitdiff
path: root/src/BOPTools/BOPTools_VVInterference.cdl
blob: 041442a1b428cd21ee0379c55aae80c4762b416c (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
-- File:	BOPTools_VVInterference.cdl
-- Created:	Tue Nov 21 15:44:47 2000
-- Author:	Peter KURNEV
--		<pkv@irinox>
---Copyright:	 Matra Datavision 2000


class VVInterference from BOPTools 
    inherits ShapeShapeInterference from BOPTools  
    
    	---Purpose: class for storing  an Verex/Vertex 
    	---         interference  
is 
    
    Create  
    	returns  VVInterference from BOPTools; 
    	---Purpose:  
    	--- Empty constructor  
    	---
    Create  (anIndex1, anIndex2:  Integer from Standard)
    	returns  VVInterference from BOPTools; 
    	---Purpose:  
    	--- Constructor   
    	--- anIndex1,  
    	--- anIndex2 see BOPTools_ShapeShapeInterference for details   
    	---
    
end VVInterference;