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