0030402: Data Exchange - exported VRML file has broken location information
[occt.git] / tests / bugs / xde / bug29597
CommitLineData
f84d6446 1puts "=========="
2puts "0029539: Data Exchange - unable to read VRML from data samples"
3puts "=========="
4puts ""
5
6pload VISUALIZATION XDE
7vclear
8vinit View1
9loadvrml v [locate_data_file bug29597_vrml2.wrl]
10vdisplay -dispMode 1 v
11vfit
12
13set anArea [triarea v]
1d441d1a 14checkreal "Triangulation area" [lindex $anArea 0] 5341500. 1. 1e+6
f84d6446 15checktrinfo v -tri 12 -nod 24
16
17#vdump $::imagedir/${::casename}.png