mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
16 lines
288 B
Plaintext
Executable File
16 lines
288 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC444"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## Exception in '2dextrema' command if distance = 0.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC444a.draw] a
|
|
restore [locate_data_file OCC444a.draw] b
|
|
|
|
extrema a b
|
|
|
|
|