mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
440 B
Plaintext
Executable File
19 lines
440 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "BUC61048"
|
|
puts "OCC345"
|
|
puts "================"
|
|
puts ""
|
|
############################################
|
|
## Command sameparameter in DRAW hangs on attached edge.
|
|
############################################
|
|
|
|
restore [locate_data_file OCC345.brep] result
|
|
|
|
sameparameter result
|
|
checkprops result -l 3.89067
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|