mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
puts "========"
|
|
puts "OCC26681"
|
|
puts "========"
|
|
puts ""
|
|
#############################################################
|
|
# BRepPrimAPI_MakeRevol creates faulty shape
|
|
#############################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26681_ab.brep] aB
|
|
|
|
revol aR aB 0 0 0 0 1 0 75
|
|
|
|
checkshape aR
|
|
|
|
donly aR
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|