1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0027032: [Regression to 6.9.1] Result of bcut has the same volume as the object

- 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.
This commit is contained in:
msv
2015-12-28 14:48:06 +03:00
committed by bugmaster
parent 7d83504007
commit 05cf4d98b0
17 changed files with 57 additions and 23 deletions

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate-inf.prt.2.gdml.tcl]
checkprops result -s 2.94595e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate-sup.prt.2.gdml.tcl]
checkprops result -s 3.02422e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate.asm.2.gdml.tcl]
checkprops result -s 5.97016e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_inf.asm.2.gdml.tcl]
checkprops result -s 2.94595e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_ne.asm.2.gdml.tcl]
checkprops result -s 5.97016e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_no.asm.2.gdml.tcl]
checkprops result -s 5.97016e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_se.asm.2.gdml.tcl]
checkprops result -s 5.97016e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_so.asm.2.gdml.tcl]
checkprops result -s 5.97016e+006

View File

@@ -1,2 +1,2 @@
source [locate_data_file 20000_casemate_sup.asm.2.gdml.tcl]
checkprops result -s 3.02422e+006

View File

@@ -1,2 +1,4 @@
puts "TODO ?OCC27052 All: Faulty shapes in variables faulty_1 to"
source [locate_data_file equipement_chambre.asm.1.gdml.tcl]

View File

@@ -1,3 +1,4 @@
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]

View File

@@ -1,3 +1,4 @@
puts "TODO ?OCC27052 All: Faulty shapes in variables faulty_1 to"
puts "TODO OCC26018 ALL: bopcheck failed"
source [locate_data_file mos2014-scf-final.prt.1.gdml.tcl]