mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025138: SIGSEGV when sweeping along helix
Adding test case
This commit is contained in:
parent
3202bf1e9e
commit
d0aafb064b
35
tests/bugs/modalg_6/bug25138
Normal file
35
tests/bugs/modalg_6/bug25138
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
puts "============"
|
||||||
|
puts "OCC25138"
|
||||||
|
puts "============"
|
||||||
|
puts ""
|
||||||
|
#######################################################
|
||||||
|
# Incorrect result of Boolean Union by BRepAlgoAPI_Fuse
|
||||||
|
#######################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug25138a.brep] s
|
||||||
|
mksweep s
|
||||||
|
setsweep -CF
|
||||||
|
restore [locate_data_file bug25138b.brep] p
|
||||||
|
addsweep p
|
||||||
|
buildsweep result -C
|
||||||
|
|
||||||
|
checkshape result
|
||||||
|
|
||||||
|
checkprops result -s 112902
|
||||||
|
|
||||||
|
set nbshapes_expected "
|
||||||
|
Number of shapes in result
|
||||||
|
VERTEX : 6
|
||||||
|
EDGE : 9
|
||||||
|
WIRE : 3
|
||||||
|
FACE : 3
|
||||||
|
SHELL : 1
|
||||||
|
SOLID : 0
|
||||||
|
COMPSOLID : 0
|
||||||
|
COMPOUND : 0
|
||||||
|
SHAPE : 22
|
||||||
|
"
|
||||||
|
checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by sweep operation"
|
||||||
|
|
||||||
|
|
||||||
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user