mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- Avoid reducing tolerance of the original edges in BOPAlgo_PaveFiller::CorrectToleranceOfSE - If a boundary edge is considered coincident with a section curve then increase its tolerance more carefully, using real distance instead of extended reached tolerance. - New test case bugs/modalg_6/bug27032 - Test cases boolean/gdml_private/E4-F3 have been amended to check area of the result. - Puts TODO in test cases boolean gdml_private ZI5,ZI7,ZJ7.
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
puts "========"
|
|
puts "OCC27032"
|
|
puts "========"
|
|
puts ""
|
|
##########################################################################################
|
|
# Result of bcut has the same volume as the object
|
|
##########################################################################################
|
|
|
|
restore [locate_data_file OCC27032_sh.brep] a
|
|
|
|
explode a
|
|
bcut result a_1 a_2
|
|
|
|
checkprops result -s 1.80949e+006
|