mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
puts "========================"
|
|
puts "0033311: Modeling Algorithm - No results of thrusection algorithm"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug33311_1.brep] w1
|
|
restore [locate_data_file bug33311_2.brep] w2
|
|
|
|
thrusections res 0 0 w1 w2
|
|
|
|
checkview -display res -2d -path ${imagedir}/${test_image}.png
|