mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
puts "=========="
|
|
puts "OCC26332"
|
|
puts "=========="
|
|
puts ""
|
|
############################################################
|
|
# BRepOffsetAPI_ThruSections algorithm fails on two wires with different number of edges
|
|
############################################################
|
|
|
|
restore [locate_data_file bug26332_w1.brep] w1
|
|
restore [locate_data_file bug26332_w2.brep] w2
|
|
|
|
thrusections result 0 1 w1 w2
|
|
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|