mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Avoid small edges with empty list of PaveBlocks (removed edges) in the result (BOPAlgo_Builder::FillImagesEdges()).
23 lines
599 B
Plaintext
Executable File
23 lines
599 B
Plaintext
Executable File
puts "========="
|
|
puts " OCC497 "
|
|
puts "(case 3)"
|
|
puts "========="
|
|
puts ""
|
|
########################################################
|
|
## Result of cut and fuse operation are faulty shapes although arguments are valid.
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC497e.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC497f.brep] a_2
|
|
checkshape a_2
|
|
breducetolerance a_2
|
|
|
|
bcut result a_1 a_2
|
|
|
|
checkprops result -s 2392.19 -v 7520.02
|
|
checknbshapes result -shell 1 -solid 1
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|