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:
21
tests/bugs/modalg_6/bug26330
Normal file
21
tests/bugs/modalg_6/bug26330
Normal 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
|
Reference in New Issue
Block a user