mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Now, bounded IntPatch_Points are found in case when starting points are used in intersection algorithm. Before the fix, these points were not looked for (even).
23 lines
675 B
Plaintext
23 lines
675 B
Plaintext
puts "========"
|
|
puts "OCC29488"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Regression: boolean operation " general fuse" creates solid containing 5 not connected shells lying on the one level
|
|
#################################################
|
|
|
|
puts "TODO OCC29494 ALL: Error : is WRONG because number of WIRE entities"
|
|
puts "TODO OCC29494 ALL: Error : is WRONG because number of FACE entities"
|
|
|
|
restore [locate_data_file bug29488_shapes.brep] s
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
eval baddobjects [explode s]
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 401 -face 377 -shell 10 -solid 2
|
|
checkprops result -s 77135.9 -v 246693
|