mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026418: Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset
Performance improvements and regression elimination. Handling of degenerated case added. Update of test-case offset faces_type_a A2 according to the new behavior Test-case for issue #26418
This commit is contained in:
12
tests/bugs/modalg_6/bug26418_1
Normal file
12
tests/bugs/modalg_6/bug26418_1
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "========"
|
||||
puts "OCC26418"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset
|
||||
#################################################################################
|
||||
|
||||
offsetparameter 1e-7 a i
|
||||
restore [locate_data_file OCC26418-extracted_Plate103contour.brep] sh
|
||||
offsetload sh 10
|
||||
offsetperform r
|
12
tests/bugs/modalg_6/bug26418_2
Normal file
12
tests/bugs/modalg_6/bug26418_2
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "========"
|
||||
puts "OCC26418"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset
|
||||
#################################################################################
|
||||
|
||||
offsetparameter 1e-7 a i
|
||||
restore [locate_data_file OCC26418-extracted_Plate103contour.brep] sh
|
||||
offsetload sh 16
|
||||
offsetperform r
|
12
tests/bugs/modalg_6/bug26418_3
Normal file
12
tests/bugs/modalg_6/bug26418_3
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "========"
|
||||
puts "OCC26418"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset
|
||||
#################################################################################
|
||||
|
||||
offsetparameter 1e-7 a i
|
||||
restore [locate_data_file OCC26418-extracted_Plate310contour.brep] sh
|
||||
offsetload sh 10
|
||||
offsetperform r
|
12
tests/bugs/modalg_6/bug26418_4
Normal file
12
tests/bugs/modalg_6/bug26418_4
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "========"
|
||||
puts "OCC26418"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset
|
||||
#################################################################################
|
||||
|
||||
offsetparameter 1e-7 a i
|
||||
restore [locate_data_file OCC26418-extracted_Plate310contour.brep] sh
|
||||
offsetload sh 15
|
||||
offsetperform r
|
@@ -1,10 +1,7 @@
|
||||
puts "TODO OCC23068 ALL: An exception was caught"
|
||||
puts "TODO OCC23068 ALL: \\*\\* Exception \\*\\*"
|
||||
puts "TODO OCC23068 ALL: TEST INCOMPLETE"
|
||||
#old file fritesb
|
||||
|
||||
restore [locate_data_file fritehaut] s
|
||||
OFFSETSHAPE -.004 {s_3} $calcul $type
|
||||
|
||||
|
||||
set volume 0
|
||||
set volume 0.000514386
|
||||
|
Reference in New Issue
Block a user