mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Change FirstBary to PrevBary to correct Offset calculation relative prev wire instead of first wire
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
puts "================================================="
|
|
puts "0030398: Modeling Algorithms - thrusection produces twisted solid"
|
|
puts "================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30398.brep] a
|
|
eval thrusections r 1 1 [explode a w]
|
|
|
|
checkshape r
|
|
checknbshapes r -shell 1 -face 630 -wire 630 -edge 1260
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |