0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / xde / bug23328
1 puts "=========="
2 puts "OCC23328"
3 puts "=========="
4 puts ""
5 #######################################################################################
6 # Importing VRML files with "scaleOrientation" not possible
7 #######################################################################################
8
9 set aFile [locate_data_file bug23328_occ23328.vrml]
10 set aLog [loadvrml test ${aFile}]
11 set aLength [string length ${aLog}]
12
13 if { ${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 }