mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Deleted outer loop for shells. Added additional check of edges orientation for RefineShell().
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
puts "============"
|
|
puts "0033227: Modeling Algorithm - BOPAlgo_BuilderSolid generates incomplete result"
|
|
puts "============"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug33227.brep] s
|
|
bopbsolid r s
|
|
compound r_2 r_3 res
|
|
|
|
checknbshapes res -shell 6 -solid 2
|
|
checkprops res -v 3.33117e+07
|
|
|
|
checkview -display res -2d -path ${imagedir}/${test_image}.png
|