0022913: Clean up source repository from unused files
[occt.git] / src / DrawResources / DrawPlugin
CommitLineData
7fd59977 1! Description of available plugins for DRAW Test Harness
2! *****************************************************************************
3!
4! Format of the file is compliant with the standard Open CASCADE resource files
5! (see the Resource_Manager.cdl file for details).
6!
7! Each key defines a sequence of either further keys or a name of the dynamic
8! library. Keys can be nested down to an arbitrary level. However, make sure
9! there are no cyclic dependencies (internal checks are not performed).
10!
11! For details how to implement a DRAW plugin refer to the Test Harness User's
12! Guide.
13!
14! To load a plugin use the following command in DRAW:
15!
16! Draw> pload [-PluginFileName] [[Key1] [Key2]...], where:
17! <-PluginFileName> - Defines the name of a resource file.
18! If this parameter is omitted then the default name DrawPlugin
19! is used.
20! According to the Open CASCADE resource file management rules
21! the environment variable CSF_<PluginFileName>Defaults must
22! be set and point to the directory storing the file. If it is
23! omitted then it defaults to $CASROOT/src/DrawResources.
24! [Key] - Defines the key(s) enumerating plugins to be loaded.
25! If no keys are specified then the key named DEFAULT is used
26! (if there is no such in the file then no plugins are loaded).
27!
28!
29! NOTE: Make sure the DATAEXCHANGE or XDE key succeeds the OCAF key in a sequence
30!
31
32DEFAULT : MODELING
33MODELING : TOPTEST
34VISUALIZATION : AISV
35OCAFKERNEL : DCAF
36DATAEXCHANGEKERNEL : XSDRAW
37OCAF : VISUALIZATION, OCAFKERNEL
38DATAEXCHANGE : XDE, VISUALIZATION
39XDE : DATAEXCHANGEKERNEL, XDEDRAW
40FULL : MODELING, OCAFKERNEL, VISUALIZATION
41ALL : MODELING, OCAFKERNEL, DATAEXCHANGE
42
43TOPTEST : TKTopTest
44DCAF : TKDCAF
45AISV : TKViewerTest
46XSDRAW : TKXSDRAW
47XDEDRAW : TKXDEDRAW
48TOBJ : TKTObjDRAW
49DFBROWSER : TKDFBrowser
5fdb6d68 50QAcommands : TKQADraw