mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|
|
|
|
|