mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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.
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
# Original bug : pro10658
|
|
# Date : 24mar98
|
|
|
|
restore [locate_data_file CTO900_pro10658a.rle] a
|
|
restore [locate_data_file pro10658b.rle] b
|
|
|
|
bfuse result a b
|
|
|
|
checkshape result
|
|
checkprops result -s 8231.06 -v 30472.5
|
|
checknbshapes result -wire 9 -face 9 -shell 1 -solid 1
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|