mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. The algorithm BOPAlgo_ShellSplitter has been improved for the cases with multi-connected edges to produce as many shells as possible from the given input faces. 2. Building tool prism in BRepFeat_MakePrism has been changed in order to avoid self-intersections in the cases when the limiting faces are intersecting. 3. Test cases for the issue. 4. Test cases boolean/bcut_complex/N9 and boolean/gdml_private/ZH3 are improvements. 5. Test cases boolean/volumemaker/C5 and boolean/volumemaker/C6 has been marked as BAD due to found problem in intersection algorithm. The results in these cases obtained on the branch are better than on master, but still not complete. Adjusting test case bugs/moddata_2/bug469 for its current behavior.
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
puts "========"
|
|
puts "OCC28501"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Incomplete result of offset operation in mode Complete with Join type intersection
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28501_N9_lf.brep] ls
|
|
|
|
mkvolume result ls -c -ni
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 3 -shell 3
|
|
|
|
checkprops result -s 193823 -v 4.88386e+006
|
|
|
|
smallview
|
|
don result
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|