mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
puts "========"
|
|
puts "OCC25460"
|
|
puts "========"
|
|
puts ""
|
|
##############################################################################
|
|
# BRepOffsetAPI_ThruSections fails on customer's shape (wing on 11 sections)
|
|
##############################################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file turb1.brep] t
|
|
|
|
explode t
|
|
|
|
thrusections res 0 0 t_1 t_2 t_3 t_4 t_5 t_6 t_7 t_8 t_9 t_10 t_11
|
|
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|