0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / xde / bug23328
CommitLineData
4366363b 1puts "=========="
2puts "OCC23328"
3puts "=========="
4puts ""
5#######################################################################################
6# Importing VRML files with "scaleOrientation" not possible
7#######################################################################################
8
9set aFile [locate_data_file bug23328_occ23328.vrml]
10set aLog [loadvrml test ${aFile}]
11set aLength [string length ${aLog}]
12
13if { ${aLength} == 0 } {
14 puts "OK: Importing VRML files with scaleOrientation is possible"
15} else {
16 puts "Error: Importing VRML files with scaleOrientation is not possible"
17}