Files
OCCT/tests/bugs/modalg_7/bug25478_1
T
Angelo Bartolome cbca11e975 Modeling - Enhance fillet and chamfer handling. Part 1 (#1293)
- Retain coincident segments only when no regular hatching domain exists.
- Add synthetic tests for limiting and partial boundary overlaps.
CLA: 1144
2026-08-09 13:45:33 +01:00

21 lines
400 B
Plaintext
Executable File

puts "============"
puts "OCC25478"
puts "============"
puts ""
########################
# Fillets can not touch
########################
box Box 10 10 10
explode Box E
catch { blend Fillet Box 5 Box_1 5 Box_3 } msg
if { [info exist Fillet] == 0 } {
puts "Error: Fillets can not touch"
} else {
puts "OK: Fillets can touch"
}
checkview -display Fillet -2d -path ${imagedir}/${test_image}.png