mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
puts "========"
|
|
puts "OCC26406"
|
|
puts "========"
|
|
puts ""
|
|
#############################################################
|
|
# BRepPrimAPI_MakeRevol crash when rotating Paraboloid face
|
|
#############################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26406-Paraboloid.brep] p
|
|
revol r p 0 0 0 0 0 1 180 c
|
|
checkshape r
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|