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_2
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

20 lines
486 B
Plaintext

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