mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Add fix at sweeping algorithm: sweeping happens in the opposite direction as expected Add test case tests/bugs/modalg_7/bug32877
16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
puts "================================================="
|
|
puts "0032877: Modeling algorithms - Sweeping issue"
|
|
puts "================================================="
|
|
puts ""
|
|
|
|
polyline f 0 0 0 10 0 0 10 5 0 0 5 0 0 0 0
|
|
mkplane f f
|
|
polyline path 9 1 0.01 5 2.5 4
|
|
pipe result path f
|
|
|
|
checkshape result
|
|
checknbshapes result -shell 1 -face 6 -wire 6 -edge 12
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |