summaryrefslogtreecommitdiff
path: root/src/Select2D/Select2D.cdl
blob: ef66511aead37bf6caf90eb9f98a21011757d2fd (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
54
-- File:	Select2D.cdl
-- Created:	Thu Jan 26 11:43:23 1995
-- Author:	Mister rmi
--		<rmi@photon>
---Copyright:	 Matra Datavision 1995



package Select2D 

	---Purpose: Dynamic Selection Tools;
	--          description of sensitive primitives for 3D Objects
	--          


uses
    gp,
    Bnd,
    SelectBasics, 
    TColgp,
    MMgt
is


    enumeration TypeOfSelection is TOS_BOUNDARY,TOS_INTERIOR
    end TypeOfSelection;
    	---Purpose: for closed geometries  (Circle ,Ellipse)
    	--          one can use the same sensitive entity to represent
    	--          a face or a boundary ...
    

    deferred class SensitiveEntity;
    

    class SensitivePoint;
    
    class SensitiveSegment;
    
    class SensitiveCircle;
    
    class SensitiveArc;

    class SensitiveBox;

    
        
    deferred class Projector;
    
end Select2D;