mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
580 B
Plaintext
Executable File
22 lines
580 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
|
|
|
|
set square 123446
|
|
|
|
checknbshapes result -vertex 33 -edge 52 -wire 23 -face 21 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 132
|
|
set 2dviewer 1
|