mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +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:
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate-inf.prt.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 2.94595e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate-sup.prt.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 3.02422e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 5.97016e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_inf.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 2.94595e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_ne.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 5.97016e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_no.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 5.97016e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_se.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 5.97016e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_so.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 5.97016e+006
|
||||
|
@@ -1,2 +1,2 @@
|
||||
source [locate_data_file 20000_casemate_sup.asm.2.gdml.tcl]
|
||||
|
||||
checkprops result -s 3.02422e+006
|
||||
|
@@ -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]
|
||||
|
||||
|
@@ -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]
|
||||
|
||||
|
@@ -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]
|
||||
|
||||
|
14
tests/bugs/modalg_6/bug27032
Normal file
14
tests/bugs/modalg_6/bug27032
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user