mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Add choosing the intersect point taking into account the tangentCross when prev UEdge and next UEdge has more than one intersect points; Add exact correction of edge tolerance (it fix problems with edge tolerance on Linux); Add exact check of edge tolerance in testcase
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.046703571498366049
|
|
|
|
checknbshapes result -shell 1 -face 201 -wire 201
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|