1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-20 11:54:07 +03:00
Pasukhin Dmitry 882d7b580e Data Exchange - DE Wrapper invalidating parameters after 'Load' (#393)
Fix configuration loading to correctly use FileCS parameter
Add stability test for configuration changes
Update documentation's de wrapping names
2025-05-19 22:17:13 +01:00

14 lines
358 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]
LoadConfiguration ""
set new_conf [DumpConfiguration]
CompareConfiguration ${old_conf} ${new_conf}