mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|