mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Small modification in BRepFill_Sweep: to avoid exception, return status NotDone if construction of pipe surface fails.
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
puts "=============================================="
|
|
puts " 0031984: Sweep crashes if Bi-normal is given"
|
|
puts "=============================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31984.brep] a
|
|
explode a
|
|
|
|
mksweep a_1
|
|
addsweep a_2
|
|
setsweep -CN 0 0 1
|
|
buildsweep result
|