mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct processing cases where a group of faces lies on U-periodic and V-periodic (torus-like) surface. Add comments according to the remarks
17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
puts "======="
|
|
puts "0028913"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# UnifySameDomain crashes with error: "a shape is modified and removed simultaneously"
|
|
##################################################
|
|
|
|
brestore [locate_data_file bug28913_26219_faces.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1
|
|
checkprops result -s 94.2478
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |