1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug27082_1
msv cb120537bf 0027309: Result of UnifySameDomain has InvalidMultiConnexity error
The update of the set of boundary edges has been added for the case when faces containing milti-connected edges are excluded from merging.

Update test cases for unifysamedom to generate snapshots.
2016-04-08 11:42:37 +03:00

21 lines
503 B
Plaintext

puts "============"
puts "OCC27082"
puts "============"
puts ""
###############################
## UnifySameDomain must add internal edges where appropriate to resolve self-intersections
###############################
restore [locate_data_file bug27082_shapes1.brep] a
explode a
bcut r1 a_1 a_3
bfuse r2 r1 a_2
unifysamedom result r2
don result
smallview; l; fit
bopcheck result
checknbshapes result -m UnifySameDomain -face 22 -edge 40
checkview -screenshot -2d -path ${imagedir}/${test_image}.png