1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00
Files
occt/tests/bugs/modalg_7/bug30100_2
emv 83f7dbeb62 0030100: Modeling Algorithms - ShapeUpgrade_UnifySameDomain is unable to unify faces based on the same toroidal surface
When performing intersection of toroidal faces check first if they are based on the same surface.
Test cases for the issue.
2018-09-04 19:24:42 +03:00

12 lines
329 B
Plaintext

puts "========"
puts "0030100: Modeling Algorithms - ShapeUpgrade_UnifySameDomain is unable to unify faces based on the same toroidal surface"
puts "========"
puts ""
restore [locate_data_file bug30100_faces.brep] f
explode f
if {![regexp "no 3d curves" [bopcurves f_1 f_2]]} {
puts "Error: Tangent faces are not detected"
}