1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026330: BRepOffsetAPI_ThruSections creates invalid shape

Test case for issue CR26330
This commit is contained in:
ifv
2015-06-25 13:08:47 +03:00
committed by abv
parent 9f87ad8c86
commit e55cd82c8e
3 changed files with 276 additions and 248 deletions

View File

@@ -0,0 +1,21 @@
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
set 3dviewer 1