mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
puts "============"
|
|
puts "OCC5099"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# After translation attached file obtained shape is invalid.
|
|
######################################################
|
|
|
|
stepread [locate_data_file OCC5099.stp] a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|