mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
648 B
Plaintext
Executable File
23 lines
648 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC24105"
|
|
puts "================"
|
|
puts ""
|
|
######################################################################################
|
|
# ShapeFix algorithm produces not correct result
|
|
# 1. geom/imps7/H6
|
|
######################################################################################
|
|
|
|
catch {pload XDE}
|
|
|
|
restore [locate_data_file bug24105_shape.brep] s
|
|
|
|
settolerance s 1.e-7
|
|
|
|
fixshape result s
|
|
|
|
checkprops result -s 313292
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 12 -edge 20 -wire 9 -face 9 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 52
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|