mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
puts "========"
|
|
puts "bug32809: Sweep algorithm with Round Corner does not 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
|