0022627: Change OCCT memory management defaults
[occt.git] / src / DPrsStd / DPrsStd.cdl
CommitLineData
7fd59977 1-- File: DPrsStd.cdl
2-- Created: Thu Oct 2 09:30:03 1997
3-- Author: Denis PASCAL
4-- <dp@dingox.paris1.matra-dtv.fr>
5---Copyright: Matra Datavision 1997
6
7
8
9package DPrsStd
10
11 ---Purpose: commands for presentation based on AIS
12 -- ======================================
13
14
15uses Draw
16
17
18is
19
20 ---Purpose: Presentation commands
21 -- =====================
22
23 AllCommands (I : in out Interpretor from Draw);
24 ---Purpose: to load all sketch commands
25
26
27 AISPresentationCommands (I : in out Interpretor from Draw);
28 ---Purpose: to display....etc... ais presentation
29
30 AISViewerCommands (I : in out Interpretor from Draw);
31 ---Purpose: to repaint...etc... ais viewer
32
33 BasicCommands (I : in out Interpretor from Draw);
34 ---Purpose: set/get position attribute
35
36 Factory (theDI : out Interpretor from Draw);
37 ---Purpose: Loads all Draw commands of TKDCAF. Used for plugin.
38
39end DPrsStd;
40
41
42
43