mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
BRepFill_Sweep algorithm is improved to handle cases when generated revolution surface has degenerated point in the middle. Added test bugs modalg_7 bug29663 TODO added in test bugs modalg_1 bug1477_11: here two additional self-intersecting faces are now created, previously missing from the result.
29 lines
662 B
Plaintext
29 lines
662 B
Plaintext
puts "========"
|
|
puts "OCC29663"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Exception in BRepFill_PipeShell algorithm
|
|
#################################################
|
|
|
|
restore [locate_data_file bug29523_cut_extrudewire08.brep] sw
|
|
restore [locate_data_file bug29523_cut_toolwire08.brep] tw
|
|
|
|
mksweep sw
|
|
addsweep tw
|
|
|
|
if { [catch {buildsweep rr -R} catch_result] } {
|
|
puts "Faulty OCC29663"
|
|
}
|
|
|
|
fixshape result rr
|
|
|
|
checkshape result
|
|
checkprops result -s 2.14316e+011
|
|
|
|
checkmaxtol result -ref 0.070055357229360987
|
|
|
|
checknbshapes result -shell 1 -face 201 -wire 201
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|