mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Check coincidence of the normal directions of the adjacent faces to understand if the merging of these faces is possible. Test cases for the issue.
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
puts "========"
|
|
puts "OCC28343"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Modeling: ShapeUpgrade_UnifySameDomain algorithm produces invalid shape
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28343_shape2.brep] s
|
|
|
|
unifysamedom result s -a 1.e-4
|
|
checkshape result
|
|
bopargcheck result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|