mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
27 lines
555 B
Plaintext
27 lines
555 B
Plaintext
puts "================"
|
|
puts "OCC28551"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Bad result of general fuse
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug28551_ts_orig.brep] ts0
|
|
restore [locate_data_file bug28551_pc_orig.brep] pc
|
|
|
|
DT_ShapeDivide ts ts0
|
|
|
|
bfuzzyvalue 1.0
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects ts
|
|
baddtools pc
|
|
|
|
bfillds
|
|
|
|
bbuild result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|