mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
puts "============"
|
|
puts "0032821: DEWrapper - Implementation of a common toolkit for importing and exporting CAD files"
|
|
puts "============"
|
|
puts ""
|
|
|
|
# Checking the stability of ability to change the configuration's values
|
|
set old_conf [DumpConfiguration]
|
|
|
|
set res_conf [changeconf "0" "$old_conf"]
|
|
|
|
LoadConfiguration ${res_conf}
|
|
set new_conf [DumpConfiguration]
|
|
|
|
CompareConfiguration ${res_conf} ${new_conf}
|
|
|