mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
654 B
Plaintext
17 lines
654 B
Plaintext
puts "TODO OCC24418 ALL: Error : is WRONG because number of"
|
|
puts "=========="
|
|
puts "OCC25715"
|
|
puts "=========="
|
|
puts ""
|
|
#############################################################
|
|
# Intersection between cylinders produces excess vertices
|
|
#############################################################
|
|
# don't change nbshapes values according to 25715
|
|
|
|
restore [locate_data_file bug25715_p02c3s1.brep] s1
|
|
restore [locate_data_file bug25715_p02c3s3.brep] s3
|
|
bfuse result s1 s3
|
|
|
|
checknbshapes result -vertex 8 -edge 14 -wire 6 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 36
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|