mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
28 lines
626 B
Plaintext
28 lines
626 B
Plaintext
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
|