1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0032877: Modeling algorithms - Sweeping issue

Add fix at sweeping algorithm: sweeping happens in the opposite direction as expected
Add test case tests/bugs/modalg_7/bug32877
This commit is contained in:
mgerus
2022-06-23 08:35:33 +03:00
committed by afokin
parent 6d1a049be7
commit a29bae45f9
2 changed files with 32 additions and 53 deletions

View File

@@ -0,0 +1,16 @@
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