DrawPlugin 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. DEFAULT : MODELING
  32. MODELING : TOPTEST
  33. VISUALIZATION : AISV
  34. OCAFKERNEL : DCAF
  35. DATAEXCHANGEKERNEL : XSDRAW
  36. OCAF : VISUALIZATION, OCAFKERNEL
  37. DATAEXCHANGE : XDE, VISUALIZATION
  38. XDE : DATAEXCHANGEKERNEL, XDEDRAW
  39. ALL : MODELING, OCAFKERNEL, DATAEXCHANGE
  40. TOPTEST : TKTopTest
  41. DCAF : TKDCAF
  42. AISV : TKViewerTest
  43. GL : TKOpenGlTest
  44. OPENGL : TKOpenGlTest
  45. GLES : TKOpenGlesTest
  46. OPENGLES : TKOpenGlesTest
  47. D3DHOST : TKD3DHostTest
  48. XSDRAW : TKXSDRAW
  49. XDEDRAW : TKXDEDRAW
  50. TOBJ : TKTObjDRAW
  51. DFBROWSER : TKDFBrowser
  52. QAcommands : TKQADraw
  53. VIS : TKIVtkDraw
  54. INSPECTOR : TKToolsDraw