mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
puts "============"
|
|
puts "0030356: Data Exchange - IGES model after importing into document has location issues"
|
|
puts "============"
|
|
|
|
XNewDoc d
|
|
ReadIges d [locate_data_file bug30356_GES-13500-000.igs]
|
|
|
|
XShow d
|
|
vfit
|
|
vsetdispmode 1
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|