0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / moddata_2 / bug454
CommitLineData
61c421bf 1pload QAcommands
2
3puts "================"
4puts "OCC454"
5puts "================"
6puts ""
7
8restore [locate_data_file OCC454_b1.brep] b1
9checkshape b1
10
11restore [locate_data_file OCC454_p1.draw] p1
12
13set info_result [OCC299 b1 p1]
14set ll [llength ${info_result}]
15if { ${ll} < 4 } {
16 puts "OCC454: ERROR 1"
17} else {
18 if { [regexp {IN} ${info_result}] } {
19 puts "OCC454: OK"
20 } else {
21 puts "OCC454: ERROR 2"
22 }
23}
24
25