mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
puts "========"
|
|
puts "OCC26516"
|
|
puts "========"
|
|
puts ""
|
|
################################################
|
|
# Creating revolved shapes fails in some cases
|
|
################################################
|
|
|
|
restore [locate_data_file bug26516_tmp.brep] a
|
|
|
|
revol result a 0 0 0 1 0 0 45
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|