mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0022037: Exception (Construction Error) during splitting face with hole by another face
Adding test case
This commit is contained in:
parent
d0aafb064b
commit
46f4a251a0
27
tests/bugs/modalg_6/bug22037
Normal file
27
tests/bugs/modalg_6/bug22037
Normal file
@ -0,0 +1,27 @@
|
||||
puts "============"
|
||||
puts "OCC22037"
|
||||
puts "============"
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Exception (Construction Error) during splitting face with hole by another face
|
||||
#################################################################################
|
||||
|
||||
restore [locate_data_file bug22037a.brep] a
|
||||
restore [locate_data_file bug22037b.brep] b
|
||||
|
||||
bop a b
|
||||
bopsection edges
|
||||
|
||||
explode edges
|
||||
|
||||
splitshape result b edges_1 edges_2
|
||||
|
||||
checkshape result
|
||||
|
||||
tolerance result
|
||||
|
||||
donly result
|
||||
|
||||
checknbshapes result -face 2
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user