mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
puts "TODO OCC25555 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
puts "============"
|
|
puts "OCC24055"
|
|
puts "============"
|
|
puts ""
|
|
#################################################
|
|
# Reading a STEP file produces invalid shape
|
|
#################################################
|
|
|
|
stepread [locate_data_file bug24055_8MTF-75LS05.step] a *
|
|
checkshape a_1
|
|
|
|
axo
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|
|
|