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