mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Implement rolling back input stream to split on possible logical parts by comma or space.
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
puts "============"
|
|
puts "0033320: Data Exchange - Reading of a VRML file with a long line fails"
|
|
puts "============"
|
|
puts ""
|
|
|
|
set aFile [locate_data_file bug33320_wM_BugBlender_2.wrl]
|
|
|
|
catch { Close D }
|
|
|
|
ReadVrml D $aFile
|
|
vinit Driver1/View_${casename}/${casename}
|
|
XDisplay D -dispMode 1
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
|
|
Close D
|