mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033193: Modeling Algorithms - Regression: UnifySameDomain raises SIGSEGV
ShapeUpgrade_UnifySameDomain.cxx - method ReconstructMissedSeam is improved. tests/bugs/heal/bug33193 - new test case added
This commit is contained in:
19
tests/bugs/heal/bug33193
Normal file
19
tests/bugs/heal/bug33193
Normal file
@@ -0,0 +1,19 @@
|
||||
puts "========================================="
|
||||
puts "0033193: Modeling Algorithms - Regression: UnifySameDomain raises SIGSEGV"
|
||||
puts "========================================="
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file bug33193.brep] a
|
||||
|
||||
unifysamedom result a
|
||||
|
||||
checkshape result
|
||||
|
||||
checknbshapes result -t -solid 1 -shell 1 -face 152 -wire 202 -edge 411 -vertex 273
|
||||
|
||||
set tolres [checkmaxtol result]
|
||||
|
||||
if { ${tolres} > 1.26e-7} {
|
||||
puts "Error: bad tolerance of result"
|
||||
}
|
||||
|
Reference in New Issue
Block a user