mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
423 B
Plaintext
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
|