summaryrefslogtreecommitdiff
path: root/src/TObjDRAW/TObjDRAW.cdl
blob: b6af0de6df2f3a23734ae7d4fb9dc396fd5c9135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- File:	TObjDRAW.cdl
-- Created:	Sat Jun 07 08:46:11 2008
-- Author:	Pavel TELKOV
---Copyright:	Open CasCade S.A. 2008


package TObjDRAW 

    ---Purpose: Provides DRAW commands for work with TObj data structures

uses
    Draw

    is

    Init (di: in out Interpretor from Draw);
    	---Purpose: Initializes all the functions

    Factory (theDI : out Interpretor from Draw);
    ---Purpose: Loads all Draw commands of  TKTObjDRAW. Used for plugin.

end TObjDRAW;