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_6/bug26332
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

16 lines
482 B
Plaintext

puts "=========="
puts "OCC26332"
puts "=========="
puts ""
############################################################
# BRepOffsetAPI_ThruSections algorithm fails on two wires with different number of edges
############################################################
restore [locate_data_file bug26332_w1.brep] w1
restore [locate_data_file bug26332_w2.brep] w2
thrusections result 0 1 w1 w2
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png