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
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
puts "========"
|
|
puts "bug32807: Sweep algorithm deal with EE more than one intersect points"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32807_path.brep] p
|
|
restore [locate_data_file bug32807_profile.brep] pr
|
|
|
|
mksweep p
|
|
setsweep -CF
|
|
addsweep pr
|
|
|
|
buildsweep result -C -S
|
|
|
|
checkshape result -exact
|
|
checknbshapes result -vertex 34 -edge 68 -wire 34 -face 34 -shell 1
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|