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
19 lines
329 B
Plaintext
Executable File
19 lines
329 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC505 "
|
|
puts "========="
|
|
puts ""
|
|
#####################################
|
|
## BRepExtrema_DistShapeShape throws an exception.
|
|
#####################################
|
|
|
|
restore [locate_data_file OCC505a.brep] su1
|
|
checkshape su1
|
|
|
|
restore [locate_data_file OCC505b.brep] su2
|
|
checkshape su2
|
|
|
|
distmini d su1 su2
|
|
|
|
|