mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct filling of the history of the modifications of the shapes in ShapeUpgrade_UnifySameDomain algorithm. Test cases for the issue.
17 lines
508 B
Plaintext
17 lines
508 B
Plaintext
puts "======="
|
|
puts "0028913"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# UnifySameDomain crashes with error: "a shape is modified and removed simultaneously"
|
|
##################################################
|
|
|
|
brestore [locate_data_file bug28913_face.brep] a
|
|
explode a e
|
|
unifysamedom result a a_6 a_9 a_11
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 4 -edge 5 -wire 2 -face 2
|
|
checkprops result -s 651.238
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |