mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Modified method: BRepFill_Sweep::BuildShell case of global closedness of path containing several C0-connected parts is corrected.
20 lines
557 B
Plaintext
20 lines
557 B
Plaintext
puts "=============================================================="
|
|
puts "OCC29813: BRepFill_PipeShell algorithm produces invalid result"
|
|
puts "=============================================================="
|
|
puts ""
|
|
|
|
binrestore [locate_data_file cut_extrudewire_3.bin] sw
|
|
binrestore [locate_data_file cut_toolwire_3.bin] tw
|
|
|
|
mksweep sw
|
|
addsweep tw
|
|
buildsweep result -R
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 66 -edge 123 -wire 55 -face 55 -shell 1
|
|
|
|
checkprops result -s 15065.5
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|