summaryrefslogtreecommitdiff
path: root/src/Draw/Draw_Drawable2D.cdl
blob: 4102d288123b5d15c44c91d12a8d2fc7a65d415d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- File:	Draw_Drawable2D.cdl
-- Created:	Mon Apr 18 18:04:34 1994
-- Author:	Modelistation
--		<model@phylox>
---Copyright:	 Matra Datavision 1994




deferred class Drawable2D from Draw inherits Drawable3D from Draw

uses
    Pnt2d from gp,
    Pnt   from gp

is


    Is3D(me) returns Boolean
	---Purpose: Returns False.
    is redefined;
    
end Drawable2D;