1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug26697
mgerus df69c26472 0026697: BRepFeat_MakePrism returns empty compound
Add fix in direction of prism calculation
2022-05-18 19:14:43 +03:00

16 lines
423 B
Plaintext

puts "================"
puts "bug26697: BRepFeat_MakePrism returns empty compound"
puts "================"
puts ""
restore [locate_data_file bug26697_aBase.brep] aB
restore [locate_data_file bug26697_aFrom.brep] aF
restore [locate_data_file bug26697_aTo.brep] aT
featprism aB aB aB 0 -1 0 2 1
featperform prism result aF aT
checknbshapes result -face 3
checkview -display result -2d -path ${imagedir}/${test_image}.png