1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0027338: Minor corrections in Tcl samples and documentation

In samples:
- Fixed syntax error in DataExchangeDemo.tcl
- MSAA is enabled in some tests to provide better presentation
- Option to build isolines on triangulation is used in some samples to avoid artifacts in selection highlight
- Colors are corrected in cpu.tcl

In documentation:
- Reference to automake tools is removed
- Standard_OVERRIDE is expanded to "override"
This commit is contained in:
abv
2016-04-02 16:38:09 +03:00
parent 6ca1c7466b
commit 63fad07eb4
12 changed files with 15 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ if { [winfo exists .h ] } {
set ddir .
if { [info exists env(CSF_OCCTDataPath)] } {
set ddir [file join $env(CSF_OCCTDataPath) occ]
} else if { [info exists env(CASROOT)] } {
} elseif { [info exists env(CASROOT)] } {
set ddir [file join $env(CASROOT) data occ]
}