mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
puts "=========="
|
|
puts "OCC26330"
|
|
puts "=========="
|
|
puts ""
|
|
############################################################
|
|
# BRepOffsetAPI_ThruSections creates invalid shape
|
|
############################################################
|
|
|
|
restore [locate_data_file bug26330_s1.brep] s1
|
|
restore [locate_data_file bug26330_s2.brep] s2
|
|
|
|
# both wires seem okay
|
|
checkshape s1
|
|
checkshape s2
|
|
|
|
thrusections result 1 1 s1 s2
|
|
|
|
# check subshapes
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|