mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-13 03:30:56 +08:00
13 lines
203 B
Plaintext
Executable File
13 lines
203 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60867"
|
|
puts "==========="
|
|
|
|
pload QAcommands
|
|
|
|
set ResultError [ BUC60867 [locate_data_file BUC60756_Doc.std] ]
|
|
|
|
if { [regexp "0" $ResultError] != 1 } {
|
|
puts "Error : 1"
|
|
}
|
|
|