mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Eliminating regressions
Fixed compilation warning ('di' : unreferenced formal parameter).
Added test bugs/modalg_5/bug25578
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
puts "========="
|
|
puts "OCC25578"
|
|
puts "========="
|
|
puts ""
|
|
###########################################################
|
|
# SIGSEGV in BRepSweep_Rotation in case of singularities
|
|
###########################################################
|
|
|
|
psphere Sphere 5 0 90 90
|
|
explode Sphere F
|
|
revol rr Sphere_1 0 0 0 0 0 1 360
|
|
revol rr Sphere_1 0 0 0 1 0 0 90
|