mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Fix indentation within GeomFill_Sweep.cxx 0032809: Sweep algorithm with Round Corner mode failed Add fix what repair shipping at corner after circle edge at path Add fix test for bug 24909_3
17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
puts "========"
|
|
puts "bug32809: Sweep algorithm with Round Corner doesnot work"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32809_path.brep] p
|
|
restore [locate_data_file bug32809_profile.brep] pr
|
|
|
|
mksweep p
|
|
setsweep -CF
|
|
addsweep pr
|
|
|
|
buildsweep result -R -S
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 140 -edge 285 -wire 140 -face 140 -shell 1
|