mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-15 11:44:07 +03:00
19 lines
343 B
Plaintext
Executable File
19 lines
343 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC505 "
|
|
puts "========="
|
|
puts ""
|
|
#####################################
|
|
## BRepExtrema_DistShapeShape throws an exception.
|
|
#####################################
|
|
|
|
restore [locate_data_file OCC505a.brep] su1
|
|
puts [checkshape su1]
|
|
|
|
restore [locate_data_file OCC505b.brep] su2
|
|
puts [checkshape su2]
|
|
|
|
distmini d su1 su2
|
|
|
|
|