1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/src/QAResources/QADrawAppliInit
2012-03-05 19:23:40 +04:00

19 lines
422 B
Plaintext
Executable File

global tcl_platform
source $env(DRAWDEFAULTOLD)
###catch {pload ALL}
catch {pload FULL}
#catch {pload -DrawPluginProducts ALL}
catch {pload -DrawPluginProducts OMF CANONICALRECOGNITION EMESH PARASOLID DXF SAT }
catch {pload -DrawPluginQA QAcommands}
###foreach h [array names Draw_Groups] {
### foreach f $Draw_Groups($h) {
### QARebuild $f
### }
###}
catch {source $env(CSF_DrawPluginQADefaults)/QARebuildCommands}