mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
232 B
Plaintext
Executable File
15 lines
232 B
Plaintext
Executable File
puts "============="
|
|
puts "BUC60727"
|
|
puts "============="
|
|
|
|
pload QAcommands
|
|
|
|
set start [BUC60727]
|
|
set n [llength $start]
|
|
set end [lindex $start [expr $n-1]]
|
|
|
|
if { $end != 3} {
|
|
puts "Faulty : Incorrect converting of the unit"
|
|
}
|
|
|