mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0021427: Invalid result of cutting attached shapes
Adding test case
This commit is contained in:
parent
3db69e4133
commit
3cb0f659d8
16
tests/bugs/modalg_6/bug21427
Normal file
16
tests/bugs/modalg_6/bug21427
Normal file
@ -0,0 +1,16 @@
|
||||
puts "============"
|
||||
puts "OCC21427"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Operation "cut" crashes on attached shapes
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug21427a.brep] shape
|
||||
restore [locate_data_file bug21427b.brep] tool
|
||||
|
||||
bcut result shape tool
|
||||
|
||||
checkprops result -s 1.49188e+007
|
||||
checkshape result
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user