mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08:00
When performing intersection of toroidal faces check first if they are based on the same surface. Test cases for the issue.
12 lines
329 B
Plaintext
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"
|
|
}
|