mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0031023: Fillet regression in OCCT 7.4 from 7.3
Modify local static function ReorderFaces to be able to process multiple-faces-connecting vertices.
This commit is contained in:
22
tests/bugs/modalg_7/bug31023
Normal file
22
tests/bugs/modalg_7/bug31023
Normal file
@@ -0,0 +1,22 @@
|
||||
puts "=================================================================="
|
||||
puts "OCC31023: Fillet regression in OCCT 7.4 from 7.3"
|
||||
puts "=================================================================="
|
||||
puts ""
|
||||
|
||||
brestore [locate_data_file bug31023.brep] a
|
||||
|
||||
explode a e
|
||||
|
||||
blend result a 0.1 a_25 0.1 a_26
|
||||
|
||||
checkshape result
|
||||
|
||||
checknbshapes result -face 26 -wire 26 -edge 60 -vertex 34
|
||||
|
||||
set tolres [checkmaxtol result]
|
||||
|
||||
if { ${tolres} > 0.0001} {
|
||||
puts "Error: bad tolerance of result"
|
||||
}
|
||||
|
||||
checkprops result -v 27.1174
|
Reference in New Issue
Block a user