1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0026332: BRepOffsetAPI_ThruSections algorithm fails on two wires with different number of edges

Correction according to remark.

Correction of mistake.

Test case for issue CR26332
This commit is contained in:
jgv
2015-07-02 13:46:39 +03:00
committed by abv
parent de2f4c61bf
commit f9b5dde31f
2 changed files with 51 additions and 3 deletions

View File

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