mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
BOPAlgo_PaveFiller: Add method for forced Edge/Face intersection to look for additional cases of coincidence. BOPAlgo_BuilderSolid: Avoid creating solids from unclassified faces as such solids will be useless. Just warn user about unclassified faces.
27 lines
728 B
Plaintext
27 lines
728 B
Plaintext
puts "TODO 0026789 ALL: Error : The area of result shape is"
|
|
puts "TODO 0026789 ALL: Error : The volume of result shape is"
|
|
puts "TODO 0026789 ALL: Error : is WRONG because number of"
|
|
|
|
puts "========"
|
|
puts "OCC26789"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Fuse of several solids fails
|
|
#################################################
|
|
|
|
restore [locate_data_file bug26789_All-Spikes.brep] a
|
|
explode a
|
|
# fusing all solids
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects a_1
|
|
baddtools a_2 a_3 a_4 a_5 a_6 a_7 a_8 a_9
|
|
bfillds
|
|
bbop result 1
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 1 -shell 2
|
|
checkprops result -s 3583.27 -v 11455.2
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |