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.
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
puts "TODO ?OCC27052 All: Faulty shapes in variables faulty_1 to"
|
|
puts "TODO OCC26018 ALL: bopcheck failed"
|
|
source [locate_data_file mos2014-asm-scf-final.asm.1.gdml.tcl]
|
|
|
|
set bcheck [bopcheck result]
|
|
puts $bcheck
|
|
if {![regexp {This shape seems to be OK.} $bcheck]} {
|
|
puts "Error: bopcheck failed"
|
|
} |