summaryrefslogtreecommitdiff
path: root/src/Prs3d/Prs3d_RestrictionTool.cdl
blob: 301d574e7496260a879044ef7e7f180598235280 (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
-- File:	Prs3d_RestrictionTool.cdl
-- Created:	Mon Feb 15 11:20:54 1993
-- Author:	Jean-Louis FRENKEL
--		<jlf@mastox>
---Copyright:	 Matra Datavision 1993

generic class RestrictionTool from Prs3d ( Patch as any; Curve2d as any) 

    uses
    	Orientation from TopAbs
is

    Create returns RestrictionTool;    
    Create ( ThePatch: Patch ) returns RestrictionTool;
    
    IsOriented (me) returns Boolean from Standard;
    
    Init(me: in out); 

    More(me) returns Boolean from Standard;

    Next(me: in out);

    Value(me) returns Curve2d;

    Orientation(me) returns Orientation from TopAbs;
    
end RestrictionTool from Prs3d;