1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug26607
ifv 5b0f2540d7 0026607: Wrong value of area.
Test case for issue CR26607

Fix regressions

Correction of test cases for issue CR26607
2015-10-01 13:49:24 +03:00

22 lines
356 B
Plaintext

puts "=========="
puts "OCC26607"
puts "=========="
puts ""
###########################################
# Wrong value of area.
###########################################
box b1 10 10 10
box b2 20 0 0 10 10 10
explode b1 f
explode b2 f
explode b1_5
explode b2_5
mksurface s b1_5
mkface fs s
add b1_5_1 fs
add b2_5_1 fs
checkarea fs -200 1e-06 0.01